graph-unlink
graph-unlinkDisconnect two vertices by removing the LinkedTo edge between their source and target IDs.
Instructions
Removes a LinkedTo edge between two vertices
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_id | Yes | Source vertex ID (@rid format) | |
| to_id | Yes | Target vertex ID (@rid format) |