Lists
Unsubscribe a user from a list
Delete a subscription to a list by list ID and user ID.
DELETE
/
lists
/
{list_id}
/
subscriptions
/
{user_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.