mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +02:00
700 B
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"
}