Delete Subaccount
Delete a subaccount. Requires user:manage on the subaccount. Custodial subaccounts cannot be deleted.
Refused with 409 if the subaccount has any open order (resting/in-flight orders, or an active iceberg, peg, smart-taker or conditional order) — cancel those first.
This is a soft delete: the row is marked is_active = false so the audit trail (orders, fills, ledger entries) stays intact. The user never sees it again.
Authorizations
UUID of your API key (from Settings → API Keys).
Current unix seconds. Must be within 30s of server time.
Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.
Path Parameters
Response
Successful Response

