---
title: "Delete Webhook"
method: DELETE
path: "/webhooks/{id}"
tags: ["webhooks"]
---

# Delete Webhook

`DELETE /webhooks/{id}`

## Path parameters

- `id` string, required

## Response `201`

- WebhookResponse
  - `id_webhook_endpoint` string, nullable, required — The unique UUID of the webhook.
  - `endpoint_description` string, nullable, required — The description of the webhook.
  - `url` string, nullable, required — The endpoint url of the webhook.
  - `secret` string, required — The secret of the webhook.
  - `active` boolean, nullable, required — The status of the webhook.
  - `created_at` string, date-time, nullable, required — The created date of the webhook.
  - `scope` string[], nullable, required — The events that the webhook listen to.
  - `id_project` string, nullable, required — The project id tied to the webhook.
  - `last_update` string, date-time, nullable, required — The last update date of the webhook.

## Changes

- **2024-11-18** `ef360d76c658` — 1 breaking
  - removed the success response with the status `200`
- **2024-09-20** `be3dc330edf3` — 1 info
  - added the success response with the status `200`
- **2024-08-16** `660a45415efe` — 1 breaking
  - removed the success response with the status `200`
- **2024-08-14** `17251bf7794f` — 1 info
  - added the success response with the status `200`
- **2024-08-09** `3539cfe8509c` — 1 breaking
  - removed the success response with the status `200`

[Full history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/webhooks/:id/delete.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
