指定したリストの購読を解除します。
POST lists/
|
https://api.twitter.com/1.1/lists/subscribers/destroy.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes
Rate limited?
Yes
|
list_id
か slug
のどちらかは必ず設定する必要があります。list_slug
を設定した場合は、owner_screen_name
か owner_id
も設定する必要があります。
リストの数値型 id
。
数値型idではなく slug を使ってリストを識別することができます。もしslugを使用する場合は、owner_id
パラメータや owner_screen_name
パラメータを使ってリストの所有者も指定しなければならないので注意してください。
slug
で指定したリストを所有するユーザーのスクリーンネーム。
slug
で指定したリストを所有するユーザーのユーザーID。
ParametersEither a
list_id
required
The numerical
slug
required
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_screen_name
optional
The screen name of the user who owns the list being requested by a
owner_id
optional
The user ID of the user who owns the list being requested by a |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
POST
https://api.twitter.com/1.1/lists/subscribers/destroy.json?slug=team&owner_screen_name=twitterapi
Example RequestPOST
|