KB / api
DELETE /api/v1/trading/admin/accounts/{account_id}
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script — do not edit this file directly.
DELETE /api/v1/trading/admin/accounts/{account_id}
Handler: app.trading.routes.delete_account
Methods: DELETE
Description
Permanently delete an account and all its data (positions, trades, history, events).
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | account_id | int | PydanticUndefined |
Curl
curl -s https://bigclawd.com/api/v1/trading/admin/accounts/{account_id}