---
title: "Delete webhook"
method: DELETE
path: "/public/v1/webhooks/{webhook_uuid}/"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /public/v1/webhooks/{webhook_uuid}/`

Delete a webhook by UUID.

## Path parameters

- `webhook_uuid` string, required

## Headers

- `Idempotency-Key` string

## Response `200`

OK

- SuccessSchema
  - `success` true
  - `errors` object

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.dev/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/revisions/d0cd912ee42d/schema)
