Contacts
Delete a contact
Remove a contact and take it out of every audience.
DELETE
/v1/contacts/{id}API keyDeletes the contact and removes it from every audience it was in. This can't be undone. Emails already sent to the contact stay in the email log.
If you only want to stop sending to someone, update the contact with unsubscribed: true instead. That keeps the record, so a later import or upsert doesn't subscribe them again.
Path parameters
The contact ID.
Response
Errors
| Status | Code | When |
|---|---|---|
| 404 | contact_not_found | No contact with that ID in this project. |