DELETE
granola_webhook_endpoints_delete.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a webhook endpoint and stop its deliveries immediately. The signing secret goes with it. To stop deliveries and keep the configuration, set enabled=false with webhook_endpoints_update instead.
from charter.packs import granola
result = await granola.webhook_endpoints_delete.ainvoke({"webhookEndpointId": ...})
| Field | Type | Description |
|---|---|---|
webhookEndpointId * | string | The ID of the webhook endpoint matches ^whe_[a-zA-Z0-9]{14}$ |
Was this page helpful?