Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.
| C# | Visual Basic |
public static TwitterResponse<TwitterList> RemoveMember( OAuthTokens tokens, string ownerUsername, string listId, decimal userIdToAdd )
Public Shared Function RemoveMember ( _ tokens As OAuthTokens, _ ownerUsername As String, _ listId As String, _ userIdToAdd As Decimal _ ) As TwitterResponse(Of TwitterList)
- tokens (OAuthTokens)
- The tokens.
- ownerUsername (String)
- The username of the list owner.
- listId (String)
- The list id.
- userIdToAdd (Decimal)
- The user id to add.
A TwitterList representing the list the user was added to, or null.