1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-05 15:15:50 +02:00
2024-06-05 10:19:46 +00:00

699 B

sidebar_position
4

Delete webhook

Deletes the bot event handler URL for webhook operation

Function DeleteWebhook(Val Token) Export

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

Returns: Key-Value Pair - 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"
}