Skip to main content
DELETE
/
order
Cancel order - DELETE /order
curl --request DELETE \
  --url https://api.blink15.com/order \
  --header 'BLINK-SIGNATURE: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "order_id": "<string>"
}
'

Authorizations

Body

application/json

Order ID to cancel

Cancel order body (Polymarket client sends JSON body)

order_id
string
required

Response

Cancel result with canceled/not_canceled arrays