axiom_graph_delete_section

axiom_graph.mcp.server.axiom_graph_delete_section(project_root, section_id)

Delete a section (and all nested children) from a DocJSON document.

This is a destructive operation. The section is removed from the JSON file on disk, and all corresponding DB rows (nodes, edges, doc_sections) are cleaned up.

Parameters:
project_root str

Absolute path to the indexed project.

section_id str

Full qualified section ID, e.g. myproject::docs.architecture::database-layer or myproject::docs.architecture::database-layer.tables.

Return type:

str