1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-28 05:46:35 +02:00
2024-08-13 15:52:26 +03:00

734 B

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  = FunctionParameters["Telegram_Token"];
  Result = OPI_Telegram.DeleteWebhook(Token);
    
  oint telegram DeleteWebhook --token "6129457865:AAFyzNYOAFbu..."

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