Skip to Content
Delete a webhook
del

Deletes an existing webhook. Mux will no longer send event notifications to the configured address, the webhook no longer appears in list or retrieve responses, and its address becomes available for use by a new webhook (which will have a new ID and signing secret).

Request path & query params
WEBHOOK_ID
string

The ID of the webhook.

del
204
https://api.mux.com/system/v1/webhooks/{WEBHOOK_ID}