Delete account risk control
Deletes risk limits for a trading account owned by the authenticated principal’s organization. The caller must have Controls Premium and organization control edit access.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Trading account ID
Response
Account risk control deleted, or was already deleted. deleted_at is when it was first removed and does not move on a repeat call.
The body every successful delete returns.
Deletes are idempotent, so a caller that retries one it is unsure landed
gets the same 200 as the caller that deleted it. That leaves the caller
unable to tell the two apart from the status alone, which is what
deleted_at is for: it is the moment the resource was first deleted and
does not move on a repeat call.
Always true. A caller checking one field to confirm the outcome does not have to special-case which endpoint it called.
When the resource was first deleted, not when this call was made.
The resource a delete acted on.
Named rather than free text so a caller can branch on it, and so the same vocabulary is available when these deletes start emitting events.
trading_account, broker_credential, oauth_client, organization, user, organization_control, account_control, account_risk_control, account_time_control, symbol_control, symbol_risk_control, symbol_time_control Absent for resources keyed by a natural composite key rather than a single identifier, which today is every control in the controls service. The path already identifies those, so nothing is lost by omitting it.