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
Example response
{
"success": true,
"message": "The requested order has been deleted."
}