ALM 12.5x REST API Reference
Sign-out

The sign-out resource logs the user off the system.

Remarks

GET sign-out to end the session.

Cancels the cookies returned by Sign-in:

URIs

/qcbin/api/authentication/sign-out

Limitations

Header Parameters

Example

Copy Code
****  Request ***
GET /qcbin/api/authentication/sign-out HTTP/1.1
Authorization: Basic 0123456789abcedf==
Host: myserver:8081

****  Response ***
HTTP/1.1 200 OK
Set-Cookie: LWSSO_COOKIE_KEY="";Version=1;Path=/;Expires=Thu, 01-Jan-1970 00:00:00 GMT;Max-Age=0
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache, max-age=0
Pragma: no-cache
Content-Length: 0
Server: Jetty(9.1.3.v20140225)