Delete named parameter groups or the entire Unit for a stored Unit#

You can use unit-run del commands to delete parameter groups or entire object for a stored Unit object.

Delete parameter groups#

unit-run del test name3 name4
Deleted 2 parameter groups of the unit 'y'.

Clear all parameter groups#

unit-run del test *
The parameters groups of unit 'y' cleared.

Delete the entire Unit#

unit-run del test
The entire unit 'y' was deleted.