GrooveSpaces.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 the targeted workspace.

HTTP Post URL

The HTTP Post URL targets the service for the workspace. This URI is provided by the Read operation in the URI element.

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

<AllDevices />
<LastManager />

Element

Data type

Description

AllDevices

xs:boolean

If true, deletes the workspace from all devices for this identity. If false, only deletes the workspace from the current device.

LastManager

xs:boolean

If true, will delete the workspace even if the user is the last manager in the workspace. If false, will delete the space only if the current user is not a manager or there are other members who are managers.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveSpaces Web Service

Concepts

Updating and Deleting Workspaces