Sessions
This operation logs off users from Web Server and the command line interface.
Header Parameters
- Content-Type string required
Possible values: [
application/json
]
- application/json
Request Body
- sessions string[] required
Responses
- 200
- 500
OK
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
{
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"error": {
"errorMessage": "Something is not right. Please check web service logs for details",
"errorCode": 500
}
}
DELETE /sessions
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Sessions' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"sessions": [
"string"
]
}'