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

# Delete a webhook

`DELETE /v1/webhooks/{id}`

Deletes the webhook endpoint.

---

#### See also  
Learn more about [Webhooks](./webhooks-guide)

## Path parameters

- `id` string, uuid, required

## Response `204`

Webhook has been deleted

## Other responses

- `400` — The request is either malformed or contain invalid parameters. - Make sure the identifier specified in the URL is a valid UUID
- `404` — No webhook can be found.

---

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