cURL
curl --request DELETE \ --url https://api.apitwitter.com/twitter/tweets/{tweet_id}/bookmark \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "cookie": "<string>", "proxy": "<string>" } '
{ "status": "success", "msg": "Bookmark removed" }
Remove a tweet from your Twitter/X bookmarks via ApiTwitter API. POST endpoint requiring tweet ID, cookies, and proxy.
Your API key
ID of the tweet to remove from bookmarks
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
Bookmark removed
Response status
"success"
Response message
Response data