Remove documents from a private node

This method removes document/s from the private node. This method only applies to
accounts that have purchased the private node.


Method: document.remove_from_index


Arguments: sid, id


Returns: sid, api_status, response_timestamp


Errors: Returns an error if an invalid document id was passed


Message: Returns a message indicating the document was removed from the private node. No message will be present if errors occurred

Example Request

<?xml version=”1.0” encoding=”UTF-8”?><methodCall> <methodName>document.remove_from_index</methodName> <params><param> <value><struct> <member> <name>sid</name> <value><string>5d58f1491c3355c6dfbdeccd76429a6c3a94cdc1</string></value> </member> <member> <name>id</name> <value><int>126</int></value> </member> </struct></value> </param></params></methodCall>

Example Response

<struct> <member> <name>sid</name> <value><string>5d58f1491c3355c6dfbdeccd76429a6c3a94cdc1</string></value> </member> <member> <name>messages</name> <value><array><data> <value><string>Document queued for removal from your index</string></value> </data></array></value> </member> <member> <name>api_status</name> <value><int>200</int></value> </member></struct>