Remove a suppression
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…
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).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The suppression id (a bare 26-character ULID, no prefix).
Response
The suppression was removed.
idstringrequireddeletedbooleanrequired