Skip to content

Delete account-level webhook by ID

Request

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
Path
webhook_idstringrequired

The webhook ID to delete

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v1/webhooks/{webhook_id}'

Responses

A 204 response

Response
No content