Skip to main content

DELETE /email_delivery/suppressions/{id}

DELETE 

email_delivery/suppressions/:id

Delete an email suppression record by its ID

Path Parameters

id string Required
Suppression ID

Query Parameters

type string
Filter by suppression type. Supports multiple types. Can be passed as comma-separated string (e.g., "unsubscribe,bounce") or JSON array (e.g., ["unsubscribe","bounce"]).

Returns

  • databoolean
Error Codes

400 Bad Request

Bad Request

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

404 Not Found

Not Found

500 Internal Server Error

Internal server error