Causes the user (in the path) to unretweet the specified tweet
DELETE
/2/users/{id}/retweets/{source_tweet_id}
Tweets
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.twitter.com/2/users//retweets/'
响应示例响应示例
200 - 示例 1
{
"data": {
"retweeted": true
},
"errors": [
{
"detail": "string",
"title": "string",
"status": 0,
"type": "about:blank"
}
]
}
请求参数
Path 参数
id
必需
source_tweet_id
必需
返回响应
修改于 2021-08-02 10:27:04