v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Suppressions

Remove stale recipient bounce suppression

Removes stale bounce suppression for one company-associated recipient from Amazon SES and Sequenzy's local bounce table, then reactivates a bounced company subscriber. Complaint and unsubscribe protections are never removed.

delete/suppressions/{email}

Path parameters

emailstring email required

Exact company-associated recipient email address

Query parameters

regionstring
Example:us-east-1

Optional AWS SES region. Omit to clean the default region and regions used by the company's sending domains.

Response

Suppression cleanup result

successboolean
emailstring email
removedboolean
removedLocalBounceboolean
removedSesRegionsstring[]
reactivatedSubscriberIdsstring[]
remainingSuppressionobject

Recipient suppression status after cleanup

Example response

{
  "success": true
}