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

# Delete a webhook endpoint

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

Delete a webhook endpoint. It stops receiving events immediately. Requires the `webhooks:write` scope.

## Path parameters

- `endpoint_id` string, required

## Response `200`

The endpoint was deleted.

- DeleteWebhookEndpointResponse — Confirmation that an endpoint was deleted.
  - `status` string, required — Always `deleted`.
  - `endpoint_id` string, required — The deleted endpoint's id.

---

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