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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
list_id
string
requiredA unique identifier representing the list you wish to retrieve.
user_id
string
requiredA unique identifier representing the recipient associated with the list