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