Skip to content

Clear all bounces

Request

Clears all email addresses with bounces from the domain. Delivery to the deleted email addresses will longer be suppressed.

Security
basicAuth
Path
domain_namestringrequired

Domain to delete bounces from

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v3/{domain_name}/bounces'

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "Bounced addresses for this domain have been removed" }