7.4.5 Logout

HTTP Request: POST https://localhost:7007/ui/v1/logout/

Request

The following curl command is to successfully log out from the Graph Visualization application:

curl --cacert /etc/oracle/graph/ca_certificate.pem -c cookie.txt -X POST https://localhost:7007/ui/v1/logout/
Response: The response is as shown:
"not logged in"

On successful logout, the server session token is removed from the cookie.txt file.