---
title: "Delete Webhook Endpoint"
method: DELETE
path: "/webhook_endpoints/{webhook_endpoint_id}"
---

# Delete Webhook Endpoint

`DELETE /webhook_endpoints/{webhook_endpoint_id}`

Deletes a webhook endpoint for the authenticated project.

## Path parameters

- `webhook_endpoint_id` string, required

## Response `200`

Success

- DeletedWebhookEndpointResource
  - `id` string, required — The ID of the deleted webhook endpoint.
  - `object` 'webhook_endpoint.deleted', required — The object type, which is always webhook_endpoint.deleted.
  - `deleted` boolean, required — Whether the endpoint was deleted.

## Changes

- **2026-09-16** `c8bd56db4095` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/webhook_endpoints/:webhook_endpoint_id/delete.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/9c523485a79e?raw)
