Delete Suppression List
DELETE/suppression/:id
Deletes an existing suppression list from your account
Use this endpoint to permanently remove a suppression list and all associated customer email addresses. Ensure the list is no longer needed before deletion, as this action cannot be undone.
Request
Path Parameters
id int64required
ID of the suppression list to delete
Responses
- 204
- 400
- 401
- 404
- 405
Successful operation
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Suppression list not found
Method Not Allowed
Loading...