Skip to main content

Overview

Removes a Telegram Bot.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: POST

Rate limit: 100 requests/second

Endpoint: https://API domain/jim/telegrambots/batchdel

Content-Type: application/json

Request parameters

Request example

POST /jim/telegrambots/batchdel HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

{
"bot_ids":["id1","id2"]
}

Response example

{
"code":0,
"msg":"sucess"
}

Response codes