GrooveEvents.Delete Operation

The Delete operation deletes events from the event queue up to and including a specified sequence number. This operation is intended to be used after reading the events using the ReadExtended operation.

HTTP Post URL

The HTTP Post URL targets the service. This is a top-level HTTP Post URL that you supply directly; it is not returned as a value by another 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

<CallbackURI />
<Sequence />
Element Data type Description

CallbackURI

xs:anyURI

Identifies the subscription by the CallbackURI specified in the GrooveSubscriptions.Create or GrooveSubscriptions.CreateAggregated2 operation. The CallbackURI must start with "dpp://localhost".

Sequence

xs:long

The sequence number of the latest event to be removed from the queue.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveEvents Web Service

Concepts

Handling Groove Web Services Events