slipbox_delete_link
Delete a specific link between two notes, returning an error if the link does not exist. Keeps your Zettelkasten graph accurate by removing only the targeted connection.
Instructions
Delete a specific link from one note to another.
Unlike slipbox_remove_link, this tool returns an error if no link exists between the two notes.
Args: source_id: ID of the source note (the note containing the link) target_id: ID of the target note (the note being linked to)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| target_id | Yes |