---
title: "Delete Webhook Endpoint"
method: DELETE
path: "/v3/workspaces/{workspace_id}/webhooks/{endpoint_id}"
tags: ["webhooks"]
---

# Delete Webhook Endpoint

`DELETE /v3/workspaces/{workspace_id}/webhooks/{endpoint_id}`

Delete a specific webhook endpoint.

## Path parameters

- `workspace_id` string, required — Workspace ID
- `endpoint_id` string, required — Webhook endpoint ID

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-26** (v3) `0730be052dc9` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/plastic-labs/apis/honcho-api/changes/v3/workspaces/:workspace_id/webhooks/:endpoint_id/delete.md)

---

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