The export produces JSON of your profile, settings, analyses, trades, watchlist, alerts and events. Deletion is ordered and verified: billing is read before anything is destroyed, the subscription is cancelled at period end, the event log is deleted explicitly, and success is returned only on a verified zero.
What the export contains
Seven sets as JSON: profile, settings, analyses, trades, watchlist, alerts and the event log.
The event log is append-only, which is what makes corrective events work — a deleted trade leaves a record of having been deleted, so the history stays auditable rather than becoming a story that can be quietly revised.
On a device-local build this export is also the entire recovery story. Take it before clearing browser storage.
Deletion is two steps and says why
The confirmation says to export first, because it cannot be recovered. That sentence is the whole point of the second step.
Deleting erases that account. Other accounts on the same browser are untouched.
The ordered sequence
Billing is read before anything is destroyed, because a subscription that cannot be found after the account is gone is a subscription that keeps charging.
The subscription is cancelled at period end rather than immediately — you keep what you already paid for. Refunds are not a policy this product has adopted, and it says so rather than leaving it ambiguous.
The event log is deleted explicitly rather than relying on a cascade, and the auth user is deleted last with everything else cascading from it. Success is returned only after verifying that nothing remains.
A billing-cancellation failure is reported but does not abort the deletion. Refusing to delete someone's data because a payment provider was unreachable would hold a privacy right hostage to an unrelated outage.
Frequently asked
- What exactly is inside the ORIN data export?
- Seven sets as JSON: profile, settings, analyses, trades, watchlist, alerts and the event log. On a device-local build this export is also the entire recovery story, so take it before clearing browser storage.
- Does deleting my account refund the current period?
- No. The subscription is cancelled at period end, so you keep the access you already paid for. Refunds are not a policy this product has adopted, and it states that plainly rather than leaving it ambiguous.
Updated Sep 1, 2026