UserGroupSearch. The search condition that specifies which user groups to delete.
ArrayOfString. The list of user group IDs to delete. Specify either IdList or NameList.
ArrayOfString. The list of user group names to delete. Specify either NameList or IdList.
String. The ID of the single user group to delete. Specify either Id or Name.
String. The name of the single user group to delete. Specify either Name or Id.
Boolean. Specifies what to do if the specified user group does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.