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

# Delete a webhook

`DELETE /webhooks/{id}`

Delete a webhook endpoint.

## Path parameters

- `id` string, required

## Response `200`

Webhook deleted

- object
  - `success` boolean

## Other responses

- `404` — Webhook not found
- `500` — Server error

---

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