/
Delete a domain
The domain must not be disabled or used as an authority for an other domain. Sandbox domain can't be deleted.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/domains/{name}
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/{name}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/{name}'Response
{ "message": "Domain will be deleted in the background" }