Revokes (deletes) one of the current user's personal access tokens.
DELETE
/v1/tokens/:idOnce revoked, the token can no longer be used to authenticate. This cannot be undone.
Request
Responses
- 204
- 401
- 404
The token was revoked.
The caller is not authenticated with a Keycloak (Bearer JWT) session.
No token with the given id belongs to the current user.