リストから指定したメンバーを削除します。リストの所有者でなければ、メンバーを削除することはできません。
POST lists/
|
https://api.twitter.com/1.1/lists/members/destroy.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes
Rate limited?
Yes
|
リストの数値型id
。
数値型idではなく slug を使ってリストを識別することができます。もしslugを使用する場合は、 owner_id
パラメータや owner_screen_name
パラメータを使ってリストの所有者も指定しなければならないので注意してください。
リストから削除するユーザーのID。ユーザーIDとスクリーンネームが同じ場合に、どちらを指定しているのか明確にするために使います。
リストから削除するユーザーのスクリーンネーム。スクリーンネームとユーザーIDが同じ場合に、どちらを指定しているのか明確にするために使います。
list_id
か slug
のうちどちらかは必ず設定する必要があります。list_slug
を設定した場合は、 owner_screen_name
か owner_id
のいずれかも設定する必要があります。
slug
を使ってリクエストされたリストを所有するユーザーのスクリーンネーム
slug
を使ってリクエストされたリストを所有するユーザーのユーザーID。
Parameters
list_id
optional
The numerical
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
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 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/members/destroy?screen_name=episod&slug=cool_people&owner_screen_name=twitter
Example RequestPOST
|