DELETE :user/:list_id/members

Updated on Wed, 2012-08-22 08:55

This method is deprecated and has been replaced by POST lists/members/destroy. Please update your applications with the new endpoint.

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

Usage Note: clients who can not issue DELETE requests can POST with the added parameter _method=DELETE.

Resource URL

http://api.twitter.com/1/:user/:list_id/members.format

Parameters

list_id required

The id or slug of the list.

id required

The user id of the list member.

Example Values: 12345