pp108 : RemoveAssignmentRoot

RemoveAssignmentRoot

This method removes the assignment root and all its assignments. The details on the assignment root can be found here.

SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <RemoveAssignmentRoot xmlns="http://schemas.cordys.com/userassignment/UserAssignmentService/1.0">
            <WorkspaceID>002481F0-8E9F-11E2-EE36-A5EED1105F38</WorkspaceID>
            <AssignmentRoot>[Assignment Root]</AssignmentRoot>
        </RemoveAssignmentRoot>
    </SOAP:Body>
</SOAP:Envelope>
Request Parameters

Parameter

Description

Mandatory

Accepted Input Value

WorkspaceID

Unique and valid ID of the Collaborative Workspace (CWS)

No

GUID or null

AssignmentRoot

Assignment root ID. GUID retrieved from the InitializeAssignmentRoot must be used.

Yes

GUID

SOAP Response

<RemoveAssignmentRootResponse xmlns="http://schemas.cordys.com/userassignment/UserAssignmentService/1.0">
    <RemoveAssignmentRoot>ok</RemoveAssignmentRoot>
</RemoveAssignmentRootResponse>
Response Parameters

Parameter

Description

RemoveAssignmentRoot

Returns the result of the operation as OK, if it is successful.