Delete a custom domain from your organization. This will prevent you from sending emails from this domain.
cURL
curl --request DELETE \ --url https://api.open.cx/email/domains/{domainName} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?