Delete a link
delete_linkRemove a bookmark and all its preserved copies. First call returns a confirmation token; second call with that token completes the deletion.
Instructions
Deletes a bookmark and every preserved copy of the page. Two-step: the first call returns a confirmation token, the second call with that token performs the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | Numeric id of the link — the "id" field returned by search_links, not its title or URL | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |