remove_list_member
Remove a user from a Twitter List. Provide the list ID and exactly one of the user's screen name or numeric user ID.
Instructions
Remove a user from a Twitter List.
Caller must provide exactly one of screen_name / user_id.
Args: list_id: The list ID (required). screen_name: Twitter username (without @). user_id: Twitter numeric user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| user_id | No | ||
| screen_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |