Skip to content

Request permanent account deletion​

POST
/account/deletion

Checks billing again, durably locks the host, revokes access, and schedules retryable cleanup. Duplicate requests reuse the same task. Retains access to other accounts and billing history. Original external sources remain.

Authorizations​

Request Body​

application/json
JSON
{
  
"confirmation": "string",
  
"confirmation_token": "string"
}

Responses​

Deletion accepted, not yet completed

application/json
JSON
{
  
"host_id": "string",
  
"deletion": "string",
  
"message": "string",
  
"redirect_to": "string"
}

Playground​

Body

Samples​

Powered by VitePress OpenAPI