Skip to main content

Delete Order

DELETE 

/api/orders/deleteorder/:id

Tier: Public — stable, supported for third-party integration.

Soft-deletes an order, and raises OrderDeleted on success.

An order still in flight (any state other than Received, Completed, or Cancelled) is automatically cancelled first, with the same item-state reverts as OrderController.CancelOrder(...), before being soft-deleted.

Request

Responses

Returns true on success, or false if the delete failed.