System Functionssystem.kanoa.orderdeleteProductionOrderOn this pagesystem.kanoa.order.deleteProductionOrder(workOrderId, userId)Deletes a production orderParametersworkOrderId Integer userId IntegerReturnssuccess Boolean # of records modified or error message StringExamplesuccess, message = system.kanoa.order.deleteProductionOrder(1, 123)