Logout user
Logout
Method | logout.user |
---|---|
Description | Logout and deleting an authentication session key |
Who has access | Partner, Customer |
Method parameters
Name | Type | Required | Description |
---|---|---|---|
access_token |
string | yes | Authentication session key |
JSON request structure
{
"jsonrpc":"2.0",
"id":"number",
"method":"logout.user",
"params":{
"access_token":"string"
}
}
JSON reply structure
{
"jsonrpc":"2.0",
"id":"number",
"result":{
"data":{
}
}
}