Delete unit by UUID
Description
Section titled “Description”Deletes a Unit by UUD.
Syntax
Section titled “Syntax”DeleteUnitByUUID(Byval UUIDas String) as Boolean
Parameters
Section titled “Parameters”UUID (String)
The UUIDof the unit
Return Value
Section titled “Return Value”Boolean. The function returns True if successful, otherwise false.
Example
Section titled “Example”VBScript
Set oCMS = CreateObject("CapaInstaller.SDK")wscript.echo oCMS.SetDefaultManagementPoint("1")Wscript.echo oCMS.DeleteUnitByUUID("4C4C4544-004E-4210-8038-C8C04F31324A")