latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

orders

Delete order

Removes order from ShipStation's UI. This is a "soft" delete action so the order will still exist in the database, but will be set to inactive.

delete/orders/{orderId}

Path parameters

orderIdinteger required

The order ID to delete

Response

Order deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "The requested order has been deleted."
}