Remove a suppression
DELETE
Remove a suppression by id. If the row was synced to the account-level SES suppression list and no other organization still suppresses the address, it is removed from SES first (fail-closed: any SES error other than not-found aborts with 503, leaving the row intact for retry). Requires the manage:suppressions scope, which is a dashboard-session scope and cannot be granted to API keys today: every mf_ API key receives 403. Call this endpoint with a dashboard session token (owner, admin, or member).
Loading code example
Loading code example
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
idstringrequired
The suppression id (a bare 26-character ULID, no prefix).
Response
application/json
The suppression was removed.
idstringrequireddeletedbooleanrequired