---
title: "Delete a webhook"
method: DELETE
path: "/v2/oauth-clients/{clientId}/webhooks/{webhookId}"
tags: ["Deprecated: Platform / Webhooks"]
---

# Delete a webhook

`DELETE /v2/oauth-clients/{clientId}/webhooks/{webhookId}`

<Warning>These endpoints are deprecated and will be removed in the future.</Warning>

## Headers

- `x-cal-secret-key` string, required

## Response `200`

- OAuthClientWebhookOutputResponseDto
  - `status` 'success' | 'error', required
  - `data` OAuthClientWebhookOutputDto, required
    - `payloadTemplate` string, required — The template of the payload that will be sent to the subscriberUrl, check cal.com/docs/core-features/webhooks for more information
    - `oAuthClientId` string, required
    - `id` number, required
    - `triggers` object[], required
    - `subscriberUrl` string, required
    - `active` boolean, required
    - `secret` string

## Changes

- **2026-01-15** (v2) `946fc816b290` — 2 info
  - api tag `Deprecated: Platform / Webhooks` added
  - api tag `Platform / Webhooks` removed
- **2025-09-26** (v2) `daa3e48bc03a` — 1 breaking, 2 warning, 22 info
  - the `data/triggers/items/` response's property type changed from `string` to `object` for status `200`
  - deleted the `path` request parameter `clientId`
  - deleted the `path` request parameter `webhookId`
  - api tag `Platform / Webhooks` added
  - …21 more

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/oauth-clients/:clientId/webhooks/:webhookId/delete.md)

---

[API](https://skmtc.dev/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.dev/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc.dev/calcom/apis/cal-diy-api-v2/revisions/80f2bde1c3fa?raw)
