Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
Drop Pending UpdatesWhether to drop all pending updates. Any webhook events not yet sent will also be deleted.

Example Output

{
	"ok": true,
	"result": true,
	"description": "Webhook was deleted"
}

Workflow Library Example

Delete Webhook with Telegram and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop