Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 257 Bytes

File metadata and controls

12 lines (9 loc) · 257 Bytes
description
How-to delete a document in TerminusDB and TerminusCMS using the Python Client

Delete a Document

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

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