account.resetAuthorization
Log out an active authorized session by its hash
Example
TL schema
Parameters
Name | Type | Description |
hash | Session hash |
Result
Possible errors
Code | Type | Description |
406 | FRESH_RESET_AUTHORISATION_FORBIDDEN | You can't logout other sessions if less than 24 hours have passed since you logged on the current session |
400 | HASH_INVALID | The provided hash is invalid |
Can bots use this methd ?
yes
Related pages
How to register a user's phone to start using the API.
Last updated