Logo
MicroStrategy REST API API Documentation

Logout

POST {{baseUrl}}/api/auth/logout

Close all existing sessions for the authenticated user. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization Token




RESPONSES

status





Curl
curl -X POST 'baseUrl/api/auth/logout' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS