Contact Lists
Remove Contacts from List
Remove one or more contacts from a specific contact list using the AutoSend API.
POST
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The unique identifier of the contact list to remove contacts from.Example:
You cannot remove contacts from the global
GLOBAL_CONTACT_LIST. Use the Delete Contact API instead."60d5ec49f1b2c72d9c8b4567"Body
Remove contacts from a list by email addresses or contact IDs. Provide eitheremails or contactIds, not both.
Array of email addresses to remove from the list.Example:
Array of contact IDs to remove from the list.Example:
Response
Contacts removed from listIndicates if the request was successfulExample:
true