Skip to content
Fuse
Esc
navigateopen⌘Jpreview

Log out

Clears the fuse_session cookie (Max-Age=-1). Safe to call unauthenticated — clearing a cookie the caller may not hold is harmless, and there is no server-side session state. Always succeeds.

POST/logout
Responses
204Session cookie cleared (no body).
Request
curl -X POST "http://localhost:8080/logout"
Response
Session cookie cleared (no body).