GrooveMessages.Delete Operation

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 and the Invitation.MessageURI element provided by the ReadInvitations 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