# Deletes a registered webhook by its unique ID. Endpoint: DELETE /v1/webhooks Security: Bearer ## Path parameters: - `id` (string, required) The unique identifier of the webhook to delete. ## Response 404 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 204 fields