Best way to remove modelObjects from OSM
I am starting a osm by importing a floor space js json as shown in the measure here: https://github.com/NREL/floorspace.js...
Unfortunately it appears that this import by default produces OS:SimulationControl and OS:LifeCycleCost parameter objects.
I need to remove these two objects as I add my own simulation control and lifecycle cost objects later.
What is the best way of doing this? Unfortunately I couldn't derive the solution from the OpenStudio SDK.
Many thanks!