deleteGroup Element
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Deletes a user-defined contact group.
Syntax
<deleteGroup rid="string value"/>
Attributes
Attribute |
Data Type |
Description |
---|---|---|
rid |
string |
Request Id. This is a string value assigned by the Unified Communications client. This is a required attribute. |
Element Information
Parent Element
Element |
Description |
---|---|
Contains one or more methods that a Unified Communications AJAX API Client sends to a Communicator Web Access server. |
Child Elements
Element |
Occurrences |
Description |
---|---|---|
1 |
A user-defined aggregation of contacts. |
Remarks
This request allows the Unified Communications AJAX API Client application to delete a user-defined contact group. The contacts associated with the group are not deleted.
Note
Before deleting the group, you must read the Name attribute of the group to be deleted. If the group Name is "~", this is the default group created by Office Communicator to hold all contacts. This default group must not be deleted. The user experiences difficulty viewing his contacts using the Office Communicator UI. Some or all of the contacts are not displayed in the Office Communicator UI.
Examples
This is a user-defined contact group that is eligible to be deleted.
<deleteGroup rid="100">
<group id="3"/>
</deleteGroup>