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

# Delete a webhook

`DELETE /api/webhooks/{heron_id}`

Delete a webhook by its heron_id. The webhook must belong to the authenticated user.

## Path parameters

- `heron_id` string, required

## Response `204`

Webhook successfully deleted

- object
  - `heron_id` string — The heron_id of the deleted webhook

## Other responses

- `404` — Webhook not found

---

[API](https://skmtc.dev/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.dev/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/herondata/heron-data-api/revisions/f2e441edece2/schema)
