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

# Delete webhook

`DELETE /webhooks/{webhook_id}`

Unsubscribe from a webhook

## Path parameters

- `webhook_id` string, uuid, required

## Response `204`

Request fulfilled, nothing follows

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

> 2 revisions in range; 1 could not be searched.

- **2024-05-22** `eb9dca23812a` — 1 breaking
  - for the `path` request parameter `webhook_id`, the type/format was changed from `string`/`uuid` to `integer`/``

[Change history](https://skmtc.dev/equiwatt/apis/equiwatt-api/changes/webhooks/:webhook_id/delete.md)

---

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