BitRouterBitRouter.
Get API Key
Management

Delete the caller's account

Rust-first account deletion: destroys every credential under the user (API keys, OAuth tokens/clients, BYOK keys), archives all owned namespaces, and tombstones the IdP subject so the account cannot be re-provisioned. Irreversible; the caller's own session is revoked.

Requires the user:write scope.

DELETE
/v1/account

Authorization

x-api-key<token>

Anthropic-style API key header.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.bitrouter.ai/v1/account"
{}
{
  "error": null
}
{
  "error": null
}
{
  "error": null
}

How is this guide?