Previous Topic: SetSoftwareGroupByNameNext Topic: UnlinkSoftwareGroupsFromSoftwarePackageGroupByName


UnlinkSoftwareGroupsFromSoftwarePackageGroup

The UnlinkSoftwareGroupsFromSoftwarePackageGroup method unlinks one or more software groups from the specified software package group. Software groups can be software package groups and software package procedure groups. If the software package group is not given it unlinks from the software Package library.

Parameters

xsd:string sessionId (m)

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

xsd: string softwarePackageGroupId

If the software package group UUID is not specified, the system attempts to unlink software procedure groups and software package group from the root location. When specified, the software procedure groups and software package group is unlinked from the specified software package group.

ArrayOfstring softwareGroupIds (m)

List of UUIDs of subgroups to be unlinked.

Return Values

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

Remarks

None