DeleteUserGroup
Deletes a user group. Available only to users with the Administrator role.
Elements
Search
UserGroupSearch. The search condition that specifies which user groups to delete.
IdList
ArrayOfString. The list of user group IDs to delete. Specify either IdList or NameList.
NameList
ArrayOfString. The list of user group names to delete. Specify either NameList or IdList.
Id
String. The ID of the single user group to delete. Specify either Id or Name.
Name
String. The name of the single user group to delete. Specify either Name or Id.
IgnoreMissing
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.