Suppressions
Add to suppression list
Add an email address to the tenant's suppression list. The address will not receive any emails from this tenant until removed.
post/tenants/{tenantId}/suppressions
Path parameters
tenantIdstring required
The tenant ID
Request body
Example request
{
"reason": "unsubscribed"
}Response
Address suppressed
Example response
{
"data": {
"id": "789",
"reason": "hard_bounce"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}