Skip to main content
POST
/
v1
/
orders
/
cancel
Cancel Order
curl --request POST \
  --url https://api.parlayx.com/v1/orders/cancel \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "orderId": "3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"
}
'
{
  "orderId": "3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"
}

Documentation Index

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

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

Authorizations

x-api-key
string
header
required

Body

application/json
orderId
string<uuid>
required

Aggregator-issued order id.

Example:

"3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"

Response

Cancel request accepted

orderId
string<uuid>
required

Aggregator-issued order id.

Example:

"3f8b2c9a-2d18-4f7e-9c2a-1b6e1f0c8a4d"