---
title: "Remove webhook"
method: DELETE
path: "/v1/webhooks/{id}"
tags: ["Webhook"]
---

# Remove webhook

`DELETE /v1/webhooks/{id}`

Permanently deletes a webhook identified by its unique ID. Only webhooks owned by the authenticated user can be deleted. This operation cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

Webhook deleted successfully

## Other responses

- `401` — Not authorized to delete this webhook
- `403` — Forbidden - insufficient permissions to delete this webhook
- `404` — Webhook not found

---

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