Skip to content

Delete Mailgun account IP allowlist entry

Request

Delete Mailgun account IP allowlist entry

Security
basicAuth
Query
addressstringrequired

Address to be deleted from allowlist

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v2/ip_whitelist?address=string'

Responses

A 200 response

Bodyapplication/json
addressesArray of objects(github.com-mailgun-cerberus-whitelist-WhitelistRespEntry)required

Allowlisted IP address entries on the account

Response
{ "addresses": [] }