Token Management
Log out the current user
Revoke the user’s active authentication and refresh tokens, effectively logging them out of the system.
This should be used by regular users. For revoking tokens issued to other clients or sessions, system administrators should use the revokeTokens endpoint.
POST
Log out the current user
Response
No Content. The operation succeeded but returned no response body.
Log out the current user