Delete account
Account and platform
Delete account
Delete the calling account.
DELETE
Delete account
Delete the calling account. For a personal organization this tears down the whole tenant: every node, chunk, edge, job and API key is removed and cannot be recovered. Idempotent: a second call returns 204. API keys need the admin scope; sandbox keys are refused.
Authorization
This route requires thewrite scope.
A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.
Headers
These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.Success responses
Errors
Every error is an RFC 9457
application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.
Notes
- For a personal organization this tears down the whole tenant. Every node, chunk, edge, job and key is removed and cannot be recovered.
- Sandbox keys are refused. An API key needs
adminto call it.
Authorizations
An Exo API key (exo_...) sent as the X-Exo-API-Key header.
Response
Successful Response