curl --request POST \
--url https://api.polymarketexchange.com/v1/trading/orders/cancel \
--header 'Content-Type: application/json' \
--data '
{
"orderId": "<string>",
"clordId": "<string>",
"symbol": "<string>"
}
'{}Requests cancellation of a working 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>"
}
'{}