DeleteGroup
Deletes notification groups. To delete a single group, specify Name or Id. To delete several groups, specify NameList or IdList. To delete groups that match the specified conditions, specify Search.
Elements
Search
GroupSearch. The search condition that specifies which groups to delete.
IdList
ArrayOfString. The list of group IDs to delete. Specify either IdList or NameList.
NameList
ArrayOfString. The list of group names to delete. Specify either NameList or IdList.
Id
String. The ID of the single group to delete. Specify either Id or Name.
Name
String. The name of the single group to delete. Specify either Name or Id.
IgnoreMissing
Boolean. Specifies what to do if the specified 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.