Causes the user (in the path) to unretweet the specified tweet
DELETE
/2/users/{id}/retweets/{source_tweet_id}Causes the user (in the path) to unretweet the specified tweet. The user must match the user context authorizing the request
Request
Path Params
id
string
required
The ID of the user that is requesting to unretweet the tweet
source_tweet_id
string
required
The ID of the tweet that the user is requesting to unretweet
Request samples
Responses
The request was successful(200)
500(500)
The request was successful
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 2 years ago