graph-unlink
graph-unlinkRemoves a LinkedTo edge connecting two vertices in a graph by providing their source and target vertex 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) |