cURL
curl --request DELETE \ --url https://api.twitterxapi.com/twitter/user/bookmark \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tweet_id": "<string>", "cookie": "<string>" }'
{ "code": 200, "msg": "success", "data": true }
Delete a bookmark
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A confirmation of the action's success.
Tweet action response