Skip to main content
POST
/
twitter
/
lists
/
{list_id}
/
members
/
{user_id}
/
remove
Remove List Member
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"
}

Authorizations

X-API-Key
string
header
required

Your API key

Path Parameters

list_id
string
required

ID of the list

user_id
string
required

Numeric Twitter user ID to remove

Body

application/json

Twitter auth cookie

proxy
string
required

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

Response

Member removed

status
string

Response status

Example:

"success"

msg
string

Response message

data
any

Response data