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