# Remove Orders From Invoices Removes an order from an invoice. Endpoint: POST /Orders/removeOrderFromInvoice Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `OrderId` (string) Example: "123e4567-e89b-12d3-a456-426614174000" - `InvoiceId` (string) Example: "INV-00123" ## Response 200 fields (application/json): - `message` (string) Example: "Order removed from invoice successfully"