Suppressions

Remove a workspace soft-bounce escalation

Removes one company-associated recipient's workspace-scoped soft-bounce escalation and reactivates a bounced company subscriber. Global invalid-recipient and Amazon SES account-level suppressions, other companies' scoped rows, complaints, and unsubscribes are protected.

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 used to limit the remaining-suppression inspection. It never authorizes removal of an SES account-level entry.

Response

Suppression cleanup result

successboolean
emailstring email
removedboolean
removedLocalBounceboolean
removedSesRegionsstring[]

Always empty for company-authenticated removal; SES account-level suppressions are protected.

reactivatedSubscriberIdsstring[]
remainingSuppressionobject

Recipient suppression status after cleanup

Example response

{
  "success": true
}

Changes