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

# Delete a webhook

`DELETE /webhooks/{webhook_id}`

Removes a webhook for the given webhook ID.

## Path parameters

- `webhook_id` string, required

## Response `200`

Operation successful

- WebhookSuccessResponse
  - `success` boolean, required
  - `data` Webhook, required
    - `id` string, uuid, required — ID of the webhook
    - `name` string, required — Name of the webhook
    - `url` string, uri, required — URL the webhook will send events to
    - `events` string[], required — Events this webhook will send updates for
    - `created_at` string, date-time, required — Timestamp when this webhook was created
    - `updated_at` string, date-time, required — Timestamp when this webhook was updated
    - `enabled` boolean, required — Set to true if the webhook is active

## Other responses

- `400` — Error - malformed request
- `401` — Invalid credentials

## Changes

- **2025-04-04** (v2) `cb67ff854c71` — 1 breaking, 1 info
  - added the new path request parameter `webhook_id`
  - the endpoint scheme security `Authorization` was added to the API
- **2025-04-02** (v2) `68b9e665bfcc` — 1 warning, 1 info
  - deleted the `path` request parameter `webhook_id`
  - the endpoint scheme security `Authorization` was removed from the API
- **2024-11-19** (v2) `d8c5d90e84ac` — 1 breaking, 1 info
  - added the new path request parameter `webhook_id`
  - the endpoint scheme security `Authorization` was added to the API
- **2024-08-09** (v2) `65ed3e73952b` — 2 warning
  - added the new `meeting.summary` enum value to the `data/events/items/` response property for the response status `200`
  - added the new `meeting.transcript` enum value to the `data/events/items/` response property for the response status `200`
- **2023-12-07** (v2) `392ece68c58e` — 1 info
  - added the required property `data/enabled` to the response with the `200` status

[Change history](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/changes/webhooks/:webhook_id/delete.md)

---

[API](https://skmtc.dev/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
