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