Skip to main content
DELETE
/
twitter
/
lists
/
{list_id}
/
subscribe
Unsubscribe from List
curl --request DELETE \
  --url https://api.apitwitter.com/twitter/lists/{list_id}/subscribe \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cookie": "<string>",
  "proxy": "<string>"
}
'
{
  "status": "success",
  "msg": "Unsubscribed from list"
}

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

list_id
string
required

ID of the list to unsubscribe from

Body

application/json

Twitter auth cookie

proxy
string
required

Proxy URL to use for the request (HTTP or SOCKS5)

Response

Unsubscribed

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data