- Remove an IP from a DIPP
Remove an IP from the domain pool, unlink a DIPP or remove the domain pool
Remove an IP from the domain pool, unlink a DIPP or remove the domain pool
List dedicated IP pools of the account
Add a new DIPP to the account
Get DIPP details
Delete the DIPP
Edit DIPP
Get domains linked to DIPP
Add an IP to a DIPP
Add multiple IPs to the DIPP
Delegate DIPP to Subaccount
Revoke DIPP from Subaccount
Remove an IP from a DIPP
The account must have 'DIPPs' feature enabled.
It's not allowed to edit a DIPP inherited from the parent account.
If the DIPP is linked to domains, the domains will be updated asynchronously (after this endpoint returns response).
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/ip_pools/{pool_id}/ips/{ip}
- EU Mailgunhttps://api.eu.mailgun.net/v3/ip_pools/{pool_id}/ips/{ip}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/ip_pools/{pool_id}/ips/{ip}'