REST API  5.0.0
REST API for SafeNet Network HSMs
DELETE /auth/session

DELETE /auth/session

Delete the private session used to access this resource. It also instructs the client browser to remove the session cookie from future requests. NOTE: The user must have a private session to access this resource.

Parameters

None

Responses

204

Success

400

Unexpected error

Example Request

   DELETE
   https://1.2.3.4:8443/auth/session
   Cookie: SESSION_ID=cc01f1eb-56c0-4624-a3db-e03d3daa83fe

Example Result

   Set-Cookie: SESSION_ID=; Expires=Thu, Jan 01 1970 00:00:00 UTC; path=/; HttpOnly; Secure
   {
   }