Client logout (revoke the current token)
POST/api/client/v1/auth/logout
Revokes the bearer token used to make this request, so it can no longer authenticate. Idempotent.
Responses
- 200
- 401
Token revoked.
Missing or invalid token.
POST/api/client/v1/auth/logout
Revokes the bearer token used to make this request, so it can no longer authenticate. Idempotent.
Token revoked.
Missing or invalid token.