zk_remove_link
Remove links between Zettelkasten notes by specifying source and target IDs. Optionally delete bidirectional connections to maintain note structure and relationships.
Instructions
Remove a link between two notes. Args: source_id: ID of the source note target_id: ID of the target note bidirectional: Whether to remove the link in both directions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bidirectional | No | ||
source_id | Yes | ||
target_id | Yes |