cURL
curl --request DELETE \ --url https://api.x.com/2/tweets/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Deletes a specific Post by its ID, if owned by the authenticated user.
Show child attributes
1