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

# Delete a webhook

`DELETE /webhooks/{uid}`

Permanently deletes a webhook so it stops receiving events.

## Path parameters

- `uid` string, required

## Response `204`

webhook deleted

- string

## Other responses

- `401` — authentication failed
- `404` — webhook not found

---

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