/
Clear all bounces
Clears all email addresses with bounces from the domain. Delivery to the deleted email addresses will longer be suppressed.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/{domain_name}/bounces
- EU Mailgunhttps://api.eu.mailgun.net/v3/{domain_name}/bounces
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/{domain_name}/bounces'Response
{ "message": "Bounced addresses for this domain have been removed" }