Delete domain webhooks (v4)
documentedDelete all domain webhooks (v4).
DELETE /v4/domains/{domain}/webhooksDomain Webhooksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailgun.net/v4/domains/{{$domain}}/webhooks?url={{$webhook_url}}" \
-X DELETE \
-u "api:{{MAILGUN_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded"