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

# Delete a webhook

`DELETE /v4/webhooks/{id}`

Deletes the webhook and stops all future deliveries of its subscribed events to the target URL. Returns `204 No Content` on success, `404` when the id doesn't exist, and `422` when the webhook cannot be deleted.

Find webhook ids with [List webhooks](/api-reference/webhooks/list-webhooks); register a replacement with [Create a webhook](/api-reference/webhooks/create-a-webhook).

## Path parameters

- `id` integer, required

## Response `204`

Deletes the webhook

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated
- `404` — Returns a 404 when the provided id does not exist
- `422` — Returns a 422 when the webhook cannot be deleted

---

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