/
Delete account-level webh...
Delete account-level webhooks for the authenticated account. You can either delete all webhooks by setting all=true, or specify specific webhook IDs to delete via webhook_ids. If both are provided, the specific webhook_ids will be deleted. Note: Webhook changes can take up to 10 minutes to become effective due to caching.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/webhooks
- EU Mailgunhttps://api.eu.mailgun.net/v1/webhooks
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/webhooks?webhook_ids=string&all=true'