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

# Delete webhook

`DELETE /webhooks/{id}`

Deletes the webhook with the given ID. This action is not reversible. Changes will take affect in a few minutes.

## Path parameters

- `id` string, required

## Headers

- `X-API-Version` string, required

## Response `204`

Empty response indicating a successful operation.

## Other responses

- `400` — Error: Bad request.
- `401` — Unauthorized. API key is invalid.
- `403` — Forbidden. Insufficient permissions.
- `404` — Webhook does not exist.
- `422` — Error: Payload parameters are invalid.
- `429` — Error: API key has exceeded its rate limit.

---

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