GrooveSubscriptions.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 subscription and any events that are currently on the queue. If there are no remaining subscriptions on the queue, Groove will delete the queue.

HTTP Post URL

The HTTP Post URL targets the service. This URI 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

<ID />

Element

Data type

Description

ID

xs:string

Subscription ID of subscription to be deleted. The ID was returned when subscription was created.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveEvents Web Service

GrooveSubscriptions Web Service

Concepts

Handling Groove Web Services Events