Revoke (un-suppress) one org-scope suppression row
POST /v1/suppressions/{id}/revoke
Owner-decided revoke (plan §7): an agent may revoke ONLY an org-scope row of its OWN org. The reason is required and audit-logged. A foreign/global/shared id is a 404 (no cross-tenant existence oracle); an empty reason is a 400.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Request Body required
Section titled “Request Body required ”Revoke (un-suppress) one org-scope row. The reason is REQUIRED and audit-logged.
object
Why the suppression is being revoked (required, audit-logged).
Responses
Section titled “ Responses ”The revoked row.
One recipient opt-out (suppression) row visible to the caller’s own org. Only org-scope rows are ever returned to the agent/console planes; global and shared_domain rows are operator-only. Rows soft-revoke (revoked_at/by/reason) rather than delete, so opt-out history outlives tenant lifecycle.
object
Opaque suppression id (sup_…).
Canonicalized recipient address (NFC, punycode domain, lower-cased).
The address as originally received.
Always ‘org’ on these planes (global/shared_domain are operator-only).
Set on a recipient-chosen ‘just this sender’ narrow row.
The sending mailbox that prompted the opt-out (audit).
Cumulative unsub→revoke→unsub cycles for this row (the §7 abuse input).
Set when the row was soft-revoked.
Invalid request.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeMissing or invalid credential.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeAuthenticated but lacking the required scope, or out of quota.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scopeResource not found.
The canonical error envelope. error is a stable machine code.
object
Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).
Example
forbiddenHuman-readable detail (never leaks internals).
Example
missing required scope