Skip to main content

Sessions

This operation logs off users from Web Server and the command line interface.

More Details

Header Parameters
  • Content-Type string required

    Possible values: [application/json]

Request Body
  • sessions string[] required
Responses

OK

DELETE /sessions    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Content-Type — header required
Body

{
"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"
]
}'