cURL
curl --request DELETE \ --url https://api.apitwitter.com/twitter/topics/{topic_id}/follow \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "cookie": "<string>", "proxy": "<string>" } '
{ "status": "success", "msg": "Topic unfollowed" }
Unfollow a Twitter/X topic via ApiTwitter API. POST endpoint requiring topic ID, session cookies, and proxy.
Your API key
ID of the topic to unfollow
Twitter auth cookie
Proxy URL to use for the request (HTTP or SOCKS5)
Topic unfollowed
Response status
"success"
Response message
Response data