# Delete an order Deletes an existing order from the ShipSaving system by specifying both the store name and order number. This action is irreversible and will permanently remove the order and its associated data. Rate limit: 300 requests per minute. Endpoint: DELETE /api/orders/delete Version: v1 Security: ApiTokenAuth ## Request fields (application/json): - `store_name` (string, required) The store name associated with the order. Example: "xxx 3C Store" - `order_number` (string, required) Unique identifier of the order to be deleted. Example: "20240201125047532" ## Response 400 fields (application/json): - `message` (string) Error message