authentication
Logout
Logout the current user.
Note: JWT tokens are stateless, so this endpoint confirms the logout. The frontend should discard the tokens. For token blacklisting, Redis-based revocation can be added later.
POST
Logout
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Logout