curl --request DELETE \
--url https://api.decodahealth.com/admin/mailgun-domain \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'Delete the Mailgun domain for the tenant. Removes the domain from both Mailgun and the database.
curl --request DELETE \
--url https://api.decodahealth.com/admin/mailgun-domain \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'