cURL
curl --request DELETE \ --url https://api.x.com/2/users/{id}/likes/{tweet_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "liked": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Causes the authenticated user to Unlike a specific Post by its ID.
Show child attributes
1