GrooveMessages.Delete Operation

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value

The Delete operation deletes a message or an invitation from the message store for the account.

HTTP Post URL

The HTTP Post URL targets the message to be deleted. This URL is available from several sources including the MessageHeader.URI element provided by the Read operation.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.

Input Message Parameters

<MessageURIList>
  <!-- Array of -->  <URI/>
</MessageURIList>
<OnAllEndpoints />

Element

Data type

Description

MessageURIList

Array of xs:anyURI

The URIs of the messages to be deleted. These URIs can be obtained using Read or other operations.

OnAllEndpoints

xs:boolean

Set to True to delete the messages on all devices belonging to the account. Set to False to delete the messages just on the local device.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveMessages Web Service

Concepts

Accessing Groove Messages