Logging out and deleting the authentication session key
| Method |
logout.user |
| Description |
Logging out and deleting the authentication session key |
| Who has access |
Partner, Customer |
Request parameters
| Name |
Type |
Required |
Description |
access_token |
string |
yes |
Authentication session key |
Example request
{
"jsonrpc": "2.0",
"id": "number",
"method": "logout.user",
"params": {
"access_token": "string"
}
}
Example response
{
"jsonrpc": "2.0",
"id": "number",
"result": {
"data": {}
}
}
List of returned errors
See the section "List of errors common to all methods".