account.resetAuthorization

Log out an active authorized session by its hash

 Method schema is available as of layer 26. Switch »

Parameters

Name Type Description
hash long Session hash

Result

Bool

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.

Related pages

User Authorization

How to register a user's phone to start using the API.

Go up