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

# Deletes a webhook subscription

`DELETE /webhooks/{id}`

Deletes and unsubscribes from the specified webhook subscription.

## Path parameters

- `id` string, required

## Response `200`

When request is successful. Deletes the webhook subscription.

## Other responses

- `400` — When an unsupported request is made.
- `404` — Not Found

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/revisions/197984da9b42/schema)
