Lists
Remove a List member
Causes a User to be removed from the members of a List.
delete/2/lists/{id}/members/{user_id}
Path parameters
idstring required
The unique identifier of this List.
Example:1146654567674912769
The ID of the List to remove a member.
user_idstring required
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Example:2244994945
The ID of User that will be removed from the List.
Response
The request has succeeded.