axiom_graph_delete_link¶
- axiom_graph.mcp.server.axiom_graph_delete_link(project_root, section_id, node_id='', node_ids=None)¶
Remove link(s) from a doc section to code node(s).
This is a destructive operation. The
documentsedge(s) are removed. Other links and content in the section are untouched. Whennode_idsis provided, all matching links are removed in a single pass with one re-index.- Parameters:
- project_root str
Absolute path to the indexed project.
- section_id str
Full qualified section ID, e.g.
myproject::docs.architecture::database-layer.- node_id str
The code node ID to unlink (single-link mode).
- node_ids list[str] | None
List of code node IDs to unlink (batch mode). When provided,
node_idis ignored.
- Return type:
str