Removes multiple contacts from the specified account. Non-atomic — some may succeed while others fail. Items not in the response dictionary succeeded.
API key passed in the X-API-Key header
Account ID
Request body containing a list of contact IDs
List of contact IDs
1000x >= 1Dictionary of failed items keyed by contact ID. Empty object {} means all succeeded.
Per-item error codes:
| error | Meaning |
|---|---|
| 1 | NotFound — contact does not exist or is not linked to this account |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.