Logout procedure
Logout removes the cookie with the session identifiers (SID), i.e. unique numbers assigned by the PolyAnalyst server to the session.
URL
/logout
Method
GET
Response type
sync
Query parameters
<empty>
Request body example (application/json)
<empty>
Request URL
https://your.polyanalyst.server:port/polyanalyst/api/v1.0/logout
Response body example (application/json)
<empty>
Response examples
| Code | Response body and description |
|---|---|
200 |
Logout is successful. |