slipbox_delete_link
Delete a specific link between two notes using source and target IDs, and get an error if no link exists to prevent silent failures.
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 |