Add the ability to delete a document from the doc store like: ``` DocumentStore docStore = ebeanServer.docStore(); // delete the document from the store docStore.delete(Book.class, 42); ```
Add the ability to delete a document from the doc store like: