The logout endpoint notifies the server that a session is ending and returns a simple success response. Because Classify uses stateless JWT authentication via Supabase, the server does not maintain a session store — the real logout action is clearingDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Taykl12/Classify/llms.txt
Use this file to discover all available pages before exploring further.
classify_access_token from localStorage on the client side.
Request
No request body or authentication header is required.Response
Example
The server does not invalidate the JWT on logout — token expiry is handled by Supabase. After calling this endpoint, remove the token from
localStorage immediately to prevent further authenticated requests.