Logout Requests
To end the session and clean up, issue the following two calls.
Example Request URL
You must include the session code in this request.
https://<URL>/FactVariableService/hangup/?codeduser={CODEDUSER} https://<URL>/SystemService/logout/?codeduser={CODEDUSER}
Example Response
The response to both the hang up and logout calls is a JSON with the following structure:
{ error: <some error> (This will be an empty string upon success) message: <success/error message> }