Skip to main content
DELETE
/
orders
Cancel multiple orders by ID - DELETE /orders
curl --request DELETE \
  --url https://api.blink15.com/orders \
  --header 'BLINK-SIGNATURE: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'

Authorizations

Body

application/json

Array of order ID strings to cancel

Response

Cancel result with canceled/not_canceled arrays