v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
Suppressions

Remove from suppression list

Remove an email address from the tenant's suppression list. The address will be able to receive emails from this tenant again.

delete/tenants/{tenantId}/suppressions/{email}

Path parameters

tenantIdstring required

The tenant ID

emailstring email required

Email address (URL-encoded)

Response

Suppression removed

successtrue required

Example response

{
  "success": true,
  "data": {
    "message": "Operation completed successfully"
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}