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 -b cookie.txt -X POST 'https://localhost:7007/ui/v1/logout/'

Response: None

On successful logout, the server returns HTTP status code 200 and the session token from the cookie.txt file will no longer be valid.