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

DELETE /auth/jwt

Revoke the JWT access token contained inside the Authorization header. This resource cannot be accessed through other authentication means. Once a JWT is revoked, it cannot be used to access resources.

Parameters

None

Responses

204

Success

400

Unexpected error

Example Request

   DELETE
   https://1.2.3.4:8443/auth/jwt
   Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE0ODg1NjI0MzcsImp0aSI6IjMvTEZURnFwRXhrd01palVUaE5BR3Mvclo4QVZKZUpZRVdRWUxnbndjNUU9IiwidXNlciI6ImFkbWluIn0.R8vFBavGWcqAPBFVXofXq8mKrsy8E2wUJX6n8p1KLbs
   { }

Example Result

   { }