slipbox_remove_link
Remove a link between two notes by specifying the source and target IDs. Optionally remove the link in both directions to clean up knowledge connections.
Instructions
Remove a link between two notes.
Args: source_id: ID of the source note target_id: ID of the target note bidirectional: If true, removes links in both directions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| target_id | Yes | ||
| bidirectional | No |