Logout current session
Auth
Logout current session
Invalidates the provided refresh token and blacklists the current access token’s JTI. Other sessions remain active. Use logout-all to invalidate all sessions.
POST
Logout current session
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Body
application/json
The refresh token to invalidate.
Example:
"eyJhbGciOiJIUzI1NiIs..."
Response
Logged out
Always true when the action completed successfully.
Example:
true
