/
Delete domain webhooks (v...
Delete webhook URLs from all event types they are associated with. Supports deleting multiple URLs at once by repeating the url query parameter.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v4/domains/{domain}/webhooks
- EU Mailgunhttps://api.eu.mailgun.net/v4/domains/{domain}/webhooks
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v4/domains/{domain}/webhooks?url=http%3A%2F%2Fexample.com'Response
{ "webhooks": { "delivered": { … }, "clicked": { … } } }