Logout user
Logout
Method | logout.user |
---|---|
API version | v4.0 |
Go back to methods list |
Parameters of a request
Title | Type | Required | Description |
---|---|---|---|
access_token | string | yes | Authentication session key |
Example of a request
{
"jsonrpc": "2.0",
"id": "req1",
"method": "logout.user",
"params": {
"access_token": "2fRN4g217ca0b4224a67988aff3e584f91964a692045415f36fa66146f5a3c1ae1f6093d"
}
}
Example of a reply
{
"jsonrpc": "2.0",
"id": "req1",
"result": {
"data": {
"success": true
}
}
}