Share via


deleteContact 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.

Removes a contact from the user's contact list.

Syntax

<deleteContact rid="string value"></deleteContact>

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

cwaRequests

Contains one or more methods that a Unified Communications AJAX API Client sends to a Communicator Web Access server.

Child Elements

Element

Occurrences

Description

uri

1

The URI of the contact.

Remarks

This request method removes a contact from a users list. Communicator Web Access server responds synchronously on the command channel and asynchronously on the data channel. The asynchronous event response holds a contact element representing the contact that was deleted.

Examples

<deleteContact rid="100"></deleteContact>
   <uri>sip:alice@contoso.com</uri>
</deleteContact>

See Also

Concepts

addContact Element

updateContact Element