Delete List
Lists
Delete List
Delete a contact list
DELETE
Delete List
Delete a contact list and all its contacts.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).Examples
Response
Returns204 No Content on success with no response body.
Errors
| Code | HTTP Status | Description |
|---|---|---|
NOT_FOUND | 404 | List with this ID doesn’t exist |
LIST_IN_USE | 409 | List is being used by active campaigns |
If you need to preserve contacts, export them before deleting the list, or move them to another list using the contacts update endpoint.