Previous Topic: DeleteSoftwareGroupsNext Topic: LinkSoftwareGroupsToSoftwarePackageGroup


DeleteSoftwareGroupsByName

The DeleteSoftwareGroupsByName method deletes the group identified by its Name. Software group may be software package group or software package procedure group. If recursive is set to true, the child software groups are recursively deleted.

Note: Recursive deletion of software package procedure groups is not needed because this api does not allow the creation of child software package procedure groups.

Parameters

xsd:string sessionId (m)

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

xsd:string softwareGroupName (m)

Name of the software group to delete.

xsd:boolean isRecursive

If recursive is true, it recursively deletes the software group. The default value is false.

Return Values

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

Remarks

None