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

# Delete Webhook

`DELETE /v2/webhook/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Webhook deletion confirmation

- WebhookDeleteResponse — Webhook deletion confirmation response.
  - `message` string, required — Confirmation message

## Other responses

- `400` — Invalid webhook ID
- `404` — Webhook not found

---

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