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

# Delete a webhook subscription

`DELETE /api/v1/webhooks/{id}`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `204`

Deleted.

- object

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource was not found on this account.

---

[API](https://skmtc.net/getdial/apis/rest-api.md) · [All operations](https://skmtc.net/getdial/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdial/rest-api/versions/cfa621230237/schema)
