Deletes the server-side cursor resource that was created by the createCursorRequest method. For more information please see Getting Items.
<destroyCursorRequest> <container type="types:uid"/> <cursor type="int"/> </destroyCursorRequest>
<destroyCursorResponse> <status type="types:Status"/> </destoryCursorResponse>
Specifies the container for the server-side cursor.
Specifies the identifier for the server-side cursor resource that is to be deleted.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<destroyCursorRequest> <container>19.domain1.po1.100.0.1.0.1@30</container> <cursor>1195457801</cursor> </destroyCursorRequest>