Reference / browser control plane / generated
DELETE
/v1/meDelete the authenticated user.
Deletes the personal account after its sandboxes are cleaned up. Organization projects remain intact, and deletion is rejected while the user is an organization's sole owner.
Operation ID
deleteUserSuccess204
AuthenticationBrowser session
CSRF headerX-Wildflower-Csrf
Request contract
This operation has no path parameters.
The JSON request body uses the DeleteAccountInput model.
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 DELETE \ --cookie "wildflower_session=${WILDFLOWER_SESSION}" \ --header "X-Wildflower-Csrf: ${WILDFLOWER_CSRF_TOKEN}" \ --header "Content-Type: application/json" \ --data @request.json \ "https://wildflower.computer/v1/me"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.
