Previous Topic: DeleteSoftwarePoliciesInUnitGroupNext Topic: FindSoftwarePolicy


DeleteSoftwarePoliciesInUnitGroupByName

This method deletes the software policies available in a unit group. If recursive is set to true, it would delete the policies of the nested unit groups too. This method will not be deleting the unit groups that contain the policies.

Parameters

xsd:string sessionId (m)

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

xsd:string unitGroupName (m)

Specifies the name of the unit group from which the software policies need to be deleted.

xsd:boolean isRecursive

If recursive is set to true then this api would check for deletion, policies in all the sub unit groups of the specified unit group.

Return Values

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

Remarks

This method deletes a policy and does not delete a unitGroup. To delete a unitGroup, use DeleteUnitGroups.