Developer Portal

Archive AccountDELETE

Archive a trading account by ID. Archived accounts are no longer treated as active trading accounts.

View as Markdown
DELETE
/accounts/{id}

Authorization

Authorization<token>

Bearer access token issued by the admin login flow.

In: header

Path Parameters

idRequiredstring
curl -X DELETE "https://example.com/accounts/<string>" \
  -H "Authorization: <token>"

A successful response.

{}