---
title: "Delete webhook endpoint"
method: DELETE
path: "/webhooks/v1/endpoints/{id}"
tags: ["Webhooks"]
---

# Delete webhook endpoint

`DELETE /webhooks/v1/endpoints/{id}`

Soft-deletes a webhook endpoint. Delivery stops immediately and the endpoint no longer appears in list results. Delivery history is preserved (and can be fetched via GET /deliveries with the endpoint_id filter) so audit trails and post-mortem debugging remain possible.

## Path parameters

- `id` string, required

## Response `204`

Endpoint deleted

## Other responses

- `401` — Invalid API key
- `403` — API key lacks write access
- `404` — Endpoint not found

---

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