Previous Topic: CreateSoftwareGroupByNameNext Topic: DeleteSoftwareGroupsByName


DeleteSoftwareGroups

The DeleteSoftwareGroups method deletes the group identified by its UUID. 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 softwareGroupId (m)

UUID of 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