Use the Project Explorer window to remove items from a LabVIEW project. You can remove items in the following ways:

  • Right-click the item you want to remove and select Remove from Project from the shortcut menu.
  • Select the item you want to remove and press the Remove from Project button on the Standard toolbar.
  • From the Items page, select the item you want to remove and press the <Delete> key.
Note Items in the project may refer to other items. For example, if you remove a subVI from the project that another VI in the project calls, the subVI will move to Dependencies.

You also can use the Delete method to delete the item through a reference from the project programmatically.