Cancels an existing delivery order, with the condition that only orders with the "Pending Pickup" status can be canceled. The cancellation process supports multiple orders, which can be provided as an array of order numbers.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
order_numbers
array[string]
required
Order number when receiving a response from the Create Order API.