Delete a Document with the Python Client

In order to delete a document you need to know the document id.

doc_id = "Player/George"
client.delete_document(doc_id)