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

# Delete webhook endpoint

`DELETE /webhooks/endpoints/{id}`

Delete a webhook endpoint. This stops all future deliveries to this URL.

## Path parameters

- `id` string, uuid, required

## Response `200`

Endpoint deleted.

- object
  - `data` object, required
    - `deleted` true, required
  - `meta` object, required
    - `request_id` string, required
    - `timestamp` string, date-time, required

## Other responses

- `404` — Endpoint not found.

## Changes

- **2026-04-22** `79b8247d58a2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/yoshi-ai-dev/apis/yoshi-api/changes/webhooks/endpoints/:id/delete.md)

---

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