Manage
Remove a List member
Causes a User to be removed from the members of a List.
DELETE
/
2
/
lists
/
{id}
/
members
/
{user_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredThe ID of the List to remove a member.
user_id
string
requiredThe ID of User that will be removed from the List.
Response
200 - application/json
data
object
errors
object[]