## Delete **delete** `/v1/webhooks/{id}` Permanently deletes a webhook endpoint. It will no longer receive events. ### Path Parameters - `id: string` ### Example ```http curl http://localhost:8080/v1/webhooks/$ID \ -X DELETE \ -H "Authorization: Bearer $HUB_API_KEY" ```