Skip to content

Remove an IP from a DIPP

Request

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
Path
ipstringrequired

The IP to remove

pool_idstringrequired

The id of the DIPP

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/ip_pools/{pool_id}/ips/{ip}'

Responses

A 200 response

Bodyapplication/json
string(string)
Response
{ "message": "started" }