destroyCursorRequest

Deletes the server-side cursor resource that was created by the createCursorRequest method. For more information please see Section 1.9, Getting Items.

Request

<destroyCursorRequest>
   <container type="types:uid"/>
   <cursor type="int"/>
</destroyCursorRequest>

Response

<destroyCursorResponse>
    <status type="types:Status"/>
</destoryCursorResponse>

Elements

container

Specifies the container for the server-side cursor.

cursor

Specifies the identifier for the server-side cursor resource that is to be deleted.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<destroyCursorRequest> 
   <container>19.domain1.po1.100.0.1.0.1@30</container> 
   <cursor>1195457801</cursor> 
</destroyCursorRequest>