unlinkNodes
Remove a relationship between two nodes in a knowledge graph. Specify source and target nodes, with optional relationship type and project filtering.
Instructions
Remove a relationship between two nodes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 目标节点 ID | |
| from | Yes | 源节点 ID | |
| type | No | 关系类型(可选,不指定则删除所有类型的边) | |
| projectId | No | 项目 ID(可选,默认使用当前项目) |