# Delete webhook

Deletes a webhook.

Endpoint: DELETE /webhooks/{webhook_id}
Version: v1
Security: AuthToken

## Path parameters:

  - `webhook_id` (integer, required)
    The ID of the webhook.

## Response 404 fields (application/json):

  - `message` (string)
    Example: "not found"


