Delete unit by UUID

Description

Deletes a Unit by UUD.


Syntax

DeleteUnitByUUID(Byval UUIDas String) as Boolean


Parameters

UUID (String)

The UUIDof the unit

Return Value

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


Example

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