Skip to main content
Skip table of contents

user/logout

Log out.

GET

Log out (invalidate the current session).

For details of the login and authentication process, see Authenticating policy console users.

Example request

Request

CODE
curl -b c.txt -c c.txt -X GET https://bc.qwe.com/mocana-app-control/rest/user/logout

Response

CODE
{
  "message": "", 
  "session": {
    "request": "org.apache.catalina.connector.RequestFacade@96ece57", 
    "session_after": "session doesn't exist",
    "session_before": "org.apache.catalina.session.StandardSessionFacade@49acb697"  
  },
  "status": "OK"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.