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