---
title: "Delete a webhook"
method: DELETE
path: "/v2/webhooks/{id}"
tags: ["Webhooks"]
---

# Delete a webhook

`DELETE /v2/webhooks/{id}`

Deletes a webhook in the current workspace and returns the deleted webhook ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- DeleteWebhookResponse
  - `id` string, required — ID of the deleted webhook.

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/41c02aedc7c0/schema)
