Logs the user out and deletes the user session according to the value of the sessions
parameter. Call the Check user authentication call to see if the user is logged in.
No Content
Unauthorized
Too Many Requests
curl --request GET \ --url 'https://login.xsolla.com/api/oauth2/logout?sessions=SOME_STRING_VALUE' \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}