Previous Topic: EvaluateSoftwarePolicyNext Topic: DeleteSoftwarePoliciesInUnitGroupByName


DeleteSoftwarePoliciesInUnitGroup

This method deletes the software policies available in the 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 unitGroupId (m)

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

xsd:boolean isRecursive (m)

If recursive is set to true then this api would check for policies in all the sub unit groups of the specified unit group. If policies exist in sub unit groups, they too are deleted. By default the parameter is set to false.

Return Values

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

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