Skip to main content
POST
deleteOrder

Headers

Authorization
string<JWT>
required

User API token.

Body

application/json
strategy_id
string
required

AlphaInsider strategy identifier.

order_id
string
required

Order identifier.

Response

Request was successful.

success
boolean

True when the request succeeded.

response
string

Endpoint-specific response payload, or an error message when success is false.