- Remove domain from dynamic IP pools
Enroll domain
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
Remove override
List account history
Remove domain from dynami...
The behavior of this endpoint depends on the value of the replacement_ip and replacement_pool_id parameters. One of these parameters (but not both) must be provided. If replacement_ip is provided, the IP(s) will be assigned to the domain. replacement_ip can include one of the following:
- valid IP(s): this IP address or addresses will be added to the domain
- string
shared: if the account is eligible for shared IPs, a suitable shared IP will be chosen and added to the domain The 'replacement_ip' parameter cannot include any IPs that are already assigned to a Dedicated IP Pool or a Dynamic IP Pool. Ifreplacement_pool_idis provided, the Dedicated IP Pool will be assigned to the domain.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/domains/{name}/dynamic_pools
- EU Mailgunhttps://api.eu.mailgun.net/v3/domains/{name}/dynamic_pools
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/domains/{name}/dynamic_pools?replacement_ip=string&replacement_pool_id=string'Response
{ "message": "success" }