POST TgBot/RemoveAuth

Request Information

URI Parameters

None.

Body Parameters

TgBotRemoveAuthForm
NameDescriptionTypeAdditional information
authType

TgBotAuthType

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "authType": 0,
  "token": "sample string 1"
}

Response Information

Resource Description

None.