Logout

Invalidates the hash passed so that it can no longer be used for any subsequent requests.

HTTP Request

GET /icweb.dll/security/logout?hash={hash}

URI Parameters

Name In Required Type Description
hash Url Yes String hash to be logged out/invalidated.

Responses

Name Type Description
200 OK   OK
404   An attempt was made to invalidate an invalid hash.

Example

Invalidate a valid hash token.

Request

GET /icweb.dll/security/logout?hash=E05DEB57605BA82CD1A0C130B38C7BC1415BA094B28D73B03577B7CAB438834E6B680B437C85A65CA796AB6E7DC8545555CC

Response

200 OK