Delete Account
Irreversible. Cancels the active Stripe subscription, deletes all data across every table for this account, removes all team members from the users table, purges all S3 media files, and deletes all Supabase Auth users. Requires the account owner’s email address in the confirm_email field as a confirmation gate (case-insensitive match against the authenticated user’s email).
Authorizations
Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.
Body
The signed-in account owner's email address, as a confirmation gate for this irreversible deletion. Matched case-insensitively against the authenticated user's email. This is NOT a password.
1