Delete Contact
Contacts
Delete Contact
Delete a contact from a list
DELETE
Delete Contact
Permanently delete a contact from a list.Documentation Index
Fetch the complete documentation index at: https://docs.mailbreeze.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique list ID (e.g.,
lst_abc123).The unique contact ID (e.g.,
cnt_abc123).Examples
Response
Returns204 No Content on success with no response body.
Errors
| Code | HTTP Status | Description |
|---|---|---|
CONTACT_NOT_FOUND | 404 | Contact with this ID doesn’t exist |
LIST_NOT_FOUND | 404 | List with this ID doesn’t exist |
When to Delete vs Suppress
| Action | Use Case | Email History | Can Re-subscribe |
|---|---|---|---|
| Delete | Remove completely, GDPR requests | Lost | Yes (as new contact) |
| Suppress | Stop emails but keep history | Preserved | Yes (with status change) |
For GDPR deletion requests, use delete. For unsubscribes or bounces, use suppress to maintain deliverability history.