Causes the user (in the path) to unretweet the specified tweet
DELETE
/2/users/{id}/retweets/{source_tweet_id}
Tweets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.twitter.com/2/users//retweets/'
Response Response Example
200 - Example 1
{
"data": {
"retweeted": true
},
"errors": [
{
"detail": "string",
"title": "string",
"status": 0,
"type": "about:blank"
}
]
}
Request
Path Params
id
string
required
source_tweet_id
string
required
Responses
Modified at 2022-09-10 21:25:17