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
Example response
{
"success": true,
"data": {
"message": "Operation completed successfully"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}