Actions
Delete Webhook
Use this method to remove webhook integration on a bot. Returns True on success.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Drop Pending Updates | Whether to drop all pending updates. Any webhook events not yet sent will also be deleted. |
{
"ok": true,
"result": true,
"description": "Webhook was deleted"
}
Was this page helpful?