Technology Partners
POST Unsubscribe Contacts
Use to unsubscribe contacts from partner client accounts. Identify the contacts to unsubscribe using the email_address parameter. To unsubscribe a single contact from all partner client accounts, specify the contacts email_address and set the global_unsubscribe parameter to true.
post/partner/accounts/{encoded_account_id}/contacts/unsubscribe
Path parameters
encoded_account_idstring required
The encoded account ID that uniquely identifies the partner's client account.
Request body
Response
Contacts were successfully unsubscribed
Example response
{
"unsubscribed_count": 5
}