Skip to main content
DELETE
/
cancel-all
cURL
curl --request DELETE \
  --url https://api.blink15.com/cancel-all \
  --header 'BLINK-SIGNATURE: <api-key>'
{
  "canceled": [
    "<string>"
  ],
  "not_canceled": [
    "<string>"
  ]
}

Authorizations

Response

Cancel result with canceled/not_canceled arrays

Cancel all orders - DELETE /cancel-all

canceled
string[]
required
not_canceled
string[]
required