Home
Glossary
Release History
Roadmap
Search
⌃K
Links
Search
⌃K
TerminusCMS
Get Started
Get your API key
Start with a Client API
Product Tour
TerminusDB
Get Started
Install Options
Install Client
Tutorials
GUIDES
How-to Guides
Clone a Demo Project
Push a Data Product Using the CLI
Use the JavaScript Client
Use the Python Client
Install the Python Client
Connect with the Python Client
Create a Database
Connect to a Database
Add a Schema
Add Documents
Get Documents
Edit a Document
Delete a Document
Import Data from a CSV
Run a WOQL Query
Build a Schema
Use Collaboration Features
Query using GraphQL
Query using WOQL
Use the TerminusDB CLI
Use the TerminusDB Local Dashboard
JSON Diff and Patch Operations
Reference Guides
DOCUMENT UI SDK
Use the Document UI SDK
Document UI Templates
Explanations
Introduction to TerminusDB
ACID Transactions
Datalog
Documents
Graphs
Immutability
Weakening Schema
WOQL
Relational vs Graph Databases
Glossary
Release Notes
Powered By
GitBook
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
)
Previous
Edit a Document
Next
Import Data from a CSV
Last modified
2mo ago