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