cURL
curl --request DELETE \ --url https://api.blink15.com/orders \ --header 'BLINK-SIGNATURE: <api-key>' \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
SDK sends JSON array of order ID strings: [“id1”, “id2”, …]
Array of order ID strings to cancel
Cancel result with canceled/not_canceled arrays