Skip to main content

Logout

Select

SaaS
Customer Managed

This operation ends the current session. Pass the token in the AuthToken header to end the current session

More Details

Responses

OK


User logged out
POST /logout    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
token
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Logout' \
-H 'Accept: text/plain' \
-H 'Authtoken: <API_KEY_VALUE>'