remove_list_member
Remove a user from a Twitter List by providing the list ID and either the username or 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 | ||
| screen_name | No | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |