---
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

---

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