---
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

---

[API](https://skmtc.net/granola/apis/granola-api.md) · [All operations](https://skmtc.net/granola/apis/granola-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/granola/granola-api/versions/d7f5ed610820/schema)
