Logging out clears theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/harshalw2003/BidAuc/llms.txt
Use this file to discover all available pages before exploring further.
token cookie from the browser and invalidates the stored token on the server, ensuring the JWT can no longer be used. This endpoint requires an active authenticated session — the token cookie must be present and valid for the request to succeed.
Endpoint
token cookie issued by a prior login or registration.
Request body
No request body is required.Example request
-b cookies.txt to include the session cookie saved during login or registration.
Response
Success — 200 OK
true when the session was cleared successfully.Confirmation that the user has been logged out.
Error — already logged out
false when no active session was found to clear.Indicates the session was already inactive before this request.