Contacts
Delete a contact from a list
post/contacts/lists/{listId}/contacts/remove
Path parameters
listIdinteger required
Id of the list
Request body
Example request
{
"emails": [
"john.smith@contact.com OR 151"
],
"ids": [
121
]
}Response
All contacts have been removed successfully from the list with details of failed ones
Example response
{
"contacts": {
"total": 27,
"processId": 78,
"success": [
"jeff32@example.com, jim56@example.com",
"jeff32@example.com, jim56@example.com"
],
"failure": [
"jeff32@example.com, jim56@example.com",
"jeff32@example.com, jim56@example.com"
]
}
}