channelManager > Orders
Delete Order
Cancel an order and tear down its issued wallets, tickets, and coupons.
Behavior depends on the current status:
- Draft or Error — the order row is removed entirely.
- Issued or Cancelled — wallets are destroyed but the order row is retained with status = Cancelled for audit.
- Submitted, Scheduled, or Processing — returns 400 Bad Request. Wait for the order to settle to a terminal status, then retry.
The response is the order in its final post-cancellation state.
delete/{tenant}/{environment}/{company}/channelManager/{orderId}
Path parameters
tenantstring required
Your Entra Tenant ID. More details.
environmentstring required
Your Business Central Environment. More details.
companystring required
Your Business Central Company. More details.
orderIdTypesSimpleOrderId required— unresolved $ref
Headers
x-np-api-keystring required
x-api-versionstring date
Used for API versioning. More details.
Response
Response with status 200
TypesCompositeOrderResponse required— unresolved $ref
Changes
No recorded changes to this endpoint across all 1 revision of this API.