1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-07 15:20:39 +02:00
2024-06-05 13:35:05 +03:00

700 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"
}