delete https://paper-api.alpaca.markets/v2/orders/
Attempts to cancel an open order. If the order is no longer cancelable (example: status = filled
), the server will respond with status 422
, and reject the request. Upon acceptance of the cancel request, it returns status 204
.