Skip to content

com_vuzit_Document_destroy

bmatzelle edited this page Sep 13, 2010 · 2 revisions

com.vuzit.Document.destroy function

Destroys (deletes) a document from the Vuzit web service.

Signature

  • public static destroy(String webId)

Parameters

  • String webId : ID of the document to delete.

Usage Example


com.vuzit.Service.setPublicKey("YOUR_PUBLIC_API_KEY");  
com.vuzit.Service.setPrivateKey("YOUR_PRIVATE_API_KEY");  

com.vuzit.Document.destroy("DOCUMENT_ID");

Clone this wiki locally