v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
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

successtrue required

Example response

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