Skip to content

Preview permanent account deletion​

GET
/account/deletion

Hosted owner session and explicit account context required. Checks live Stripe subscriptions and schedules. Returns a session-bound confirmation token valid for ten minutes. Impersonation and bearer tokens are rejected.

Authorizations​

Responses​

Eligible account and confirmation token

application/json
JSON
{
  
"host_id": "string",
  
"name": "string",
  
"eligible": true,
  
"confirmation_token": "string",
  
"deletion": "string"
}

Playground​

Samples​

Powered by VitePress OpenAPI