/
Delete account-level webh...
Delete a specific account-level webhook by its webhook ID. This removes the webhook from all associated event types. Note: Webhook changes can take up to 10 minutes to become effective due to caching.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v1/webhooks/{webhook_id}
- EU Mailgunhttps://api.eu.mailgun.net/v1/webhooks/{webhook_id}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v1/webhooks/{webhook_id}'