curl --request DELETE \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/order/{order_id} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"order_id": "..."
}
}Cancel a Polymarket order.
curl --request DELETE \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/order/{order_id} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"order_id": "..."
}
}