DELETE :user/:list_id/subscribers

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

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

Unsubscribes the authenticated user form the specified 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/subscribers.format

Parameters

list_id required

The id or slug of the list.