v1

latestOpenAPI 3.1.02026-07-134488210.8 KB
Orders

Delete Order

Delete an order from the system. The orderId parameter can be either the external order ID you provided when creating the order, or the internal Redo order ID returned from the create order response. Requires the orders_write scope.

delete/stores/{storeId}/orders/{orderId}

Response

Success

successboolean required

Indicates successful deletion.

orderIdstring required

Internal Redo order ID.

externalOrderIdstring required

External order ID that was deleted.