Skip to main content
DELETE
/
api
/
accounts
/
{accountId}
/
router
/
orders
/
{routerOrderId}
Cancel Router Order
curl --request DELETE \
  --url https://trade.predexon.com/api/accounts/{accountId}/router/orders/{routerOrderId} \
  --header 'x-api-key: <api-key>'
{
  "routerOrderId": "<string>",
  "results": [
    {
      "venue": "<string>",
      "orderId": "<string>",
      "error": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.predexon.com/llms.txt

Use this file to discover all available pages before exploring further.

Issues a parallel cancel to each venue holding an open or partially-filled leg. Per-venue results are surfaced in the response — cancelled, not_found (the leg is gone from the venue’s side), already_filled (the leg filled before the cancel landed), or failed.

Authorizations

x-api-key
string
header
required

Path Parameters

accountId
string
required
routerOrderId
string
required

Response

Per-venue cancel results

routerOrderId
string
results
object[]