Example of Logout

Consider the following example for logout having cookie "JSESSIONID=MfDshWaTXBoHtCcsoyaRQYOz".

Example - Request

Cookie: JSESSIONID=MfDshWaTXBoHtCcsoyaRQYOz;

Example - Response

The response returns the message that the user logged out successfully.

{
  "errorCode": "",
  "errorMessage": "",
  "result":    {
     "severity": "Info",
     "code": "SVC-11222",
     "description":       {
        "lang": "English",
        "message": "User logged out successfully"
     }
  }
}