Skip to main content
POST
/
v1
/
trading
/
orders
/
cancel
Cancel order
curl --request POST \
  --url https://api.polymarketexchange.com/v1/trading/orders/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "orderId": "<string>",
  "clordId": "<string>",
  "symbol": "<string>"
}
'
{}

Body

application/json
orderId
string
clordId
string
symbol
string

Response

200 - application/json

A successful response.

The response is of type object.