---
title: "Delete Webhook"
method: DELETE
path: "/hooks/{hook_id}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /hooks/{hook_id}`

Delete a webhook subscription. Stops further deliveries; no event is sent for the deletion itself.

## Path parameters

- `hook_id` number, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized

---

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