cURL
curl --request POST \ --url https://api.polymarket.us/v1/order/{orderId}/cancel \ --header 'Content-Type: application/json' \ --data ' { "market_slug": "<string>" } '
{}
Cancel a specific order
Exchange-assigned Order ID to cancel
Request to cancel the order
Market slug of the order to cancel
Order canceled successfully
Empty response on successful cancellation