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