- Remove override
Enroll domain
Remove domain from dynamic IP pools
List assignable domains
Enroll all account domains
List all Dynamic IP pools
Initialize/set IPs for all pools
Remove all dynamic IP pools
Add IP to Dynamic IP Pool
Update pool IPs
List all domains assigned to dynamic IP pools
Preview domain assignment
List domain history
Override domain assignment
List account history
Remove override
Removes any dynamic IP pool override for a domain. The domain's pool assignment will be managed by health checks.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/dynamic_pools/domains/{name}/override
- EU Mailgunhttps://api.eu.mailgun.net/v1/dynamic_pools/domains/{name}/override
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/dynamic_pools/domains/{name}/override'Response
{ "message": "success" }