Causes the user (in the path) to unretweet the specified tweet
Causes the user (in the path) to unretweet the specified tweet. The user must match the user context authorizing the request
DELETE
/2/users/{id}/retweets/{source_tweet_id}
curl \
-X DELETE https://api.twitter.com/2/users/2244994945/retweets/1346889436626259968 \
-H "Authorization: Oauth $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"retweeted": true
},
"errors": [
{
"type": "string",
"title": "string",
"detail": "string",
"status": 42
}
]
}
Response examples (200)
{
"data": {
"retweeted": true
},
"errors": [
{
"type": "string",
"title": "string",
"detail": "string",
"status": 42
}
]
}
Response examples (default)
{
"code": 42,
"message": "string"
}
Response examples (default)
{
"code": 42,
"message": "string"
}