Delete many links at once
bulk_delete_linksDelete multiple bookmarks and their preserved copies using a two-step confirmation: the first call returns a token tied to the exact set of IDs, which you then submit to complete the deletion.
Instructions
Deletes a set of bookmarks and all their preserved copies. Two-step: the first call returns a confirmation token that is bound to exactly this set of ids — adding an id afterwards invalidates it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_ids | Yes | Link ids, at most 200 | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |