account.deleteWebBrowserSettingsExceptions
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/account.deleteWebBrowserSettingsExceptions" \ -H "Content-Type: application/json" \ -d '{ "params": {} }'{ "result": { "_": "account.webBrowserSettingsNotModified" }}deleteSecureValue
Delete stored [Telegram Passport](https://core.telegram.org/passport) documents, [for more info see the passport docs »](https://core.telegram.org/passport/encryption#encryption)
disablePeerConnectedBot
Permanently disconnect a specific chat from all [business bots »](https://core.telegram.org/api/bots/connected-business-bots) (equivalent to specifying it in recipients.exclude_users during initial configuration with `account.RawUpdateConnectedBotRequest`); to reconnect of a chat disconnected using this method the user must reconnect the entire bot by invoking `account.RawUpdateConnectedBotRequest`.