graph_delete_node
Removes a node and its vector from the graph. Optionally cascade delete all child nodes. Use with caution; supersede is recommended for preserving history.
Instructions
Delete a node and its vector from Qdrant. With cascade=true, also deletes all child nodes (subtree). Use with caution — prefer graph_supersede (stale) for history preservation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| cascade | No | Cascade delete all child nodes |