DELETE /email_delivery/suppressions
DELETEemail_delivery/suppressions
Delete all suppressions matching the specified filters
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"]).
recipient string
Filter by recipient email address (case-insensitive partial match)
Returns
- databoolean
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error