10/22/25, 6:53 PM Close Session over REST
6.2 Close Session over REST
This REST endpoint is used to close an active session for a given user.
Description
This operation can only handle one user with active session per query. This step is required to close securely communication with
ENM system.
Required Security Role
none
Prerequisite
The session is established.
Result
The session is closed. The cookie is no longer valid. The user is redirected to log on page.
REST Endpoint
Description Method Path
Close an active session GET /logout
Available Arguments
– None
HTTP Response Code: 302
Example 18
This command can be used to close an active session:
curl --cacert <[Link]> -b cookie_Administrator.txt -X GET -L "[Link]
Result:
302
about:blank 1/1