Domains
Delete a domain
Remove a sending domain from a tenant. You will no longer be able to send emails from this domain.
Warning: This action cannot be undone.
delete/tenants/{tenantId}/domains/{domainId}
Path parameters
tenantIdstring required
The tenant ID
domainIdstring required
Domain ID
Response
Domain deleted
Example response
{
"success": true,
"data": {
"message": "Operation completed successfully"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}