1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-03 00:58:12 +02:00
Files
OpenIntegrations/docs/en/md/Telegram/Data-retrieval-and-settings/Delete-webhook.md
Vitaly the Alpaca (bot) 9c977d53e1 Main build (Jenkins)
2024-10-06 16:55:08 +03:00

725 B

sidebar_position
sidebar_position
4

Delete webhook

Deletes the bot event handler URL for webhook operation

Function DeleteWebhook(Val Token) Export

Parameter CLI option Type Description
Token --token String Bot token

Returns: Map Of KeyAndValue - Serialized JSON response from Telegram


    Token  = "6129457865:AAFyzNYOAFbu...";
    Result = OPI_Telegram.DeleteWebhook(Token);
    
  oint telegram DeleteWebhook --token "6129457865:AAFyzNYOAFbu..."

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