Reference / browser control plane / generated
POST
/v1/auth/logoutLog out the browser session.
Revokes the current browser session after double-submit CSRF validation and clears its cookies.
Operation ID
logoutBrowserSessionSuccess204
AuthenticationBrowser session
CSRF headerX-Wildflower-Csrf
Request contract
This operation has no path parameters.
This operation has no JSON request body.
Same-origin request example
This operator-oriented example makes the cookie and CSRF boundaries explicit. Use an isolated browser test session, keep both values out of shell history, and replace generated path variables before execution.
curl --request POST \ --cookie "wildflower_session=${WILDFLOWER_SESSION}" \ --header "X-Wildflower-Csrf: ${WILDFLOWER_CSRF_TOKEN}" \ "https://wildflower.computer/v1/auth/logout"SDK boundary
This operation powers the account console and is not emitted in the TypeScript, Python, Rust, Go, or Zig project-key SDKs. Use the generated public API reference for sandbox automation.
