Important: Only domains without any assigned mailboxes can be removed. Domains with active mailboxes must have those mailboxes deleted first.
domains
array
cmr-x-api-key: ********************
{ "domains": [ "string" ] }
curl --location --request DELETE 'https://customers.coldmailreseller.com/api/v1/integration/domains' \ --header 'cmr-x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "domains": [ "string" ] }'
{ "status": 200, "message": "Domains removed successfully" }