Auth
Log out
Destroy the current session.
POST
Server-side, the session record is hard-deleted. The
After this, any future request bearing that
sid cookie is
cleared on the response.
sid value returns
401 unauthorized. Logout is immediate and irreversible — the user
needs to re-authenticate via OTP or OAuth to get a new session.