Delete my account
How to permanently delete your account and what gets removed.
### Where
**/app/settings/account** → "Delete account" at the bottom. You'll be asked to type your email to confirm. There is no undo.
### What gets deleted
Everything. Foreign keys cascade, so deleting your user row removes:
- All projects and their HTML compositions.
- All chat history with the agent.
- All render rows and their queue entries.
- API keys you created.
- Sessions and credit ledger entries.
Deletion is **immediate**, not soft-delete. We don't keep a hidden `deletedAt` flag — the rows are gone from the live database the moment you confirm.
### Backup retention
We take encrypted nightly backups for disaster recovery. Your data may persist in those backups for up to **14 days** before the rolling window purges them. After 14 days, nothing of yours exists in any system we control.
### Active subscription?
Cancel your Stripe subscription **before** deleting. We can't refund a charge to an account that no longer exists in our database. See [refund policy](/legal/refunds).
### Before you go
If you'd rather just take a break, you can sign out and leave the account dormant — we won't auto-delete you.