Skip to main content

Delete webhook

Deletes the bot event handler URL for webhook operation

Function DeleteWebhook(Val Token) Export

ParameterCLI optionTypeDescription
Token--tokenStringBot token

Returns: Map Of KeyAndValue - Serialized JSON response from Telegram


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

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