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

# Delete webhook

`DELETE /webhooks/{webhook_id}`

Permanently deletes a webhook. No further events will be delivered to its URL.

## Path parameters

- `webhook_id` string, required

## Response `204`

Webhook deleted successfully.

## Other responses

- `401` — Authentication required.
- `404` — Webhook not found.
- `422` — Validation Error

---

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