Account Danger Zone
// Sign out
The logoutButton (also reachable from the navbar and the command palette) clears the session cookie, revokes the server-side session and bounces you to /login. Re-signing in goes through the normal 2FA flow if enabled.
// Delete account
deleteAccountButton opens a destructive confirmation dialog. To prevent accidents you must type both your username and your email exactly. On confirmation:
- APPSEvery application you own is deleted along with all of its licenses, users, variables, logs and team data.
- MEMYour membership on collaborator applications is revoked; those applications stay intact for their owners.
- STRIPEActive Stripe Connect links are detached. Past payouts and invoices remain on Stripe per their retention rules.
- FINALThe action is final — there is no "undo" window.
// Before you delete
If you only want to stop receiving new sales, disconnect Stripe and toggle every application's Discover listing off — your data is preserved and you can return later.
If you intend to transfer applications, do so before deletion; deleted-owner applications are gone, even if other members had access.