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