Delete a Document

How-to delete a document in TerminusDB and TerminusCMS using 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)

Last updated