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

# Delete a webhook subscription

`DELETE /webhooks/{id}`

Deletes a webhook subscription; the target URL stops receiving events immediately. Requires a `read_write` scope API key and the Scale plan or above.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `deleted` boolean
  - `id` integer
  - `request_id` string

## Other responses

- `401` — Authentication failed
- `403` — API key lacks write permission
- `404` — Resource not found

---

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