POST lists/members/destroy

Updated on Wed, 2012-09-05 12:37

Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.

Resource URL

https://api.twitter.com/1.1/lists/members/destroy.json

Parameters

list_id optional

The numerical id of the list.

slug optional

You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.

user_id optional

The ID of the user to remove from the list. Helpful for disambiguating when a valid user ID is also a valid screen name.

screen_name optional

The screen name of the user for whom to remove from the list. Helpful for disambiguating when a valid screen name is also a user ID.

Either a list_id or a slug is required. If providing a list_slug, an owner_screen_name or owner_id is also required.

owner_screen_name optional

The screen name of the user who owns the list being requested by a slug.

owner_id optional

The user ID of the user who owns the list being requested by a slug.

Example Request

POST

https://api.twitter.com/1.1/lists/members/destroy

POST Data

screen_name=episod&slug=cool_people&owner_screen_name=twitter