Skip to content

Delete unit by UUID

Deletes a Unit by UUD.

DeleteUnitByUUID(Byval UUIDas String) as Boolean

UUID (String)

The UUIDof the unit

Boolean. The function returns True if successful, otherwise false.

VBScript

Set oCMS = CreateObject("CapaInstaller.SDK")
wscript.echo oCMS.SetDefaultManagementPoint("1")
Wscript.echo oCMS.DeleteUnitByUUID("4C4C4544-004E-4210-8038-C8C04F31324A")