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

# Delete Webhook

`DELETE /webhooks/{id}`

Permanently deletes a webhook endpoint. Returns `true` on success, matching the legacy proxy response.

## Response `200`

webhook deleted

- object
  - `deleted` boolean, required — Always `true`: the resource was deleted.
  - `id` string, required — The ID of the deleted resource.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

## Changes

- **2026-07-26** `60bbb4a6ffbc` — 1 breaking, 7 warning, 7 info
  - the response's body type/format changed from `boolean`/`` to `object`/`` for status `200`
  - deleted the `path` request parameter `id`
  - removed the optional property `error/code` from the response with the `401` status
  - removed the optional property `error/code` from the response with the `403` status
  - …11 more

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/webhooks/:id/delete.md)

---

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