Sessions
This operation logs off users from Web Server and the command line interface.
Header Parameters
- Content-Type string required
Possible values: [
application/json
]
Responses
- 200
- 500
OK
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorMessage stringerrorCode integer
{
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"error": {
"errorMessage": "Something is not right. Please check web service logs for details",
"errorCode": 500
}
}
Loading...