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

# Delete a single webhook

`DELETE /webhooks/{id}/`

Delete a webhook with the specified id. Requires a secret key.

## Path parameters

- `id` string, required

## Response `204`

Successful operation

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.net/askell/apis/a-skell-api.md) · [All operations](https://skmtc.net/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/askell/a-skell-api/versions/9234f937fa26/schema)
