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