---
title: "Delete webhook endpoint"
method: DELETE
path: "/v1/webhook-endpoints/{webhook_endpoint_id}"
---

# Delete webhook endpoint

`DELETE /v1/webhook-endpoints/{webhook_endpoint_id}`

## Path parameters

- `webhook_endpoint_id` string, required — The ID of the webhook endpoint

## Response `200`

Webhook endpoint deleted

- DeleteWebhookEndpointOutput
  - `id` string, required — The ID of the deleted webhook endpoint
  - `object` 'webhook_endpoint', required
  - `deleted` true, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized - Invalid API key
- `404` — Not found

## Changes

- **2026-07-26** `e7144bb8c8aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/granola/apis/granola-api/changes/v1/webhook-endpoints/:webhook_endpoint_id/delete.md)

---

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