axiom_graph_delete_doc¶
- axiom_graph.mcp.server.axiom_graph_delete_doc(project_root, doc_id)¶
Delete an entire DocJSON document, its JSON file, and all DB artifacts.
This is a destructive operation. The JSON file is deleted from disk, and all DB rows (nodes, edges, sections, tags, FTS, history) are removed.
- Parameters:
- project_root str
Absolute path to the indexed project.
- doc_id str
Full doc node ID, e.g.
myproject::docs.architecture.
- Return type:
str