Skip to main content
DELETE
Delete Account

Authorizations

Authorization
string
header
required

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

application/json
confirm_email
string
required

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.

Minimum string length: 1

Response

Account deleted

success
enum<boolean>
required
Available options:
true
message
string
required