Previous Topic: DeleteUnitGroupsNext Topic: GetSystemGroupUUID


DeleteUnitGroupsByName

The DeleteUnitGroupsByName method deletes one or more unit groups identified by their Names.

Note: When the web service is connected to a domain manager, and the user tries to delete a group replicated from the enterprise manager, an error is returned to the user. On a domain manager only local computer groups can be deleted.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

ArrayOfstring unitGroupNames (m)

Specifies the array of names that identify the unit groups to delete.

Return Values

This is a void method that does not expose a return value.

Remarks

None