Delete many links at once
bulk_delete_linksRemove multiple bookmarks and their preserved copies in bulk. Submit up to 200 link IDs to get a confirmation token, then use it to confirm deletion for exactly that set.
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. |