Skip to main content
POST

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The unique identifier of the contact list to remove contacts from.
You cannot remove contacts from the global GLOBAL_CONTACT_LIST. Use the Delete Contact API instead.
Example: "60d5ec49f1b2c72d9c8b4567"

Body

Remove contacts from a list by email addresses or contact IDs. Provide either emails or contactIds, not both.
string[]
Array of email addresses to remove from the list.Example:
string[]
Array of contact IDs to remove from the list.Example:

Response

Contacts removed from list
boolean
Indicates if the request was successfulExample: true
object