Document d = database.fetchDocument("docId"); // [...] // Delete the document database.deleteDocument(d);
Add Comment
Add Comment