Remove Stop Order
Remove a stop order. If no type is specified, removes both stop loss and take profit. For how stop orders work, see Take profit and stop loss.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Perps market
"AAPL-USD.P"
The type of stop order to remove. Either "stopLoss" or "takeProfit". If not set, removes both stop loss and take profit orders.
stopLoss, takeProfit "stopLoss"
Response
Remaining stop orders for the market after removal
Whether the request was successful
true
Error message, present only on failure
""
Semantic error code. See each endpoint's error responses for the specific codes it can return.
Deprecation notice, if applicable
""