Skip to main content
POST
/
v1
/
order
/
{orderId}
/
cancel
Cancel order
curl --request POST \
  --url https://api.polymarket.us/v1/order/{orderId}/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "market_slug": "<string>"
}
'
{}

Path Parameters

orderId
string
required

Exchange-assigned Order ID to cancel

Body

application/json

Request to cancel the order

market_slug
string

Market slug of the order to cancel

Response

Order canceled successfully

Empty response on successful cancellation