zotero_delete_item
Move any Zotero item (book, article, attachment) to the Trash for recovery. Notes are handled by a separate tool to prevent accidental deletion.
Instructions
Move a Zotero item to the Trash. Works for any item type (book, journalArticle, webpage, attachment, etc.). For notes, use zotero_delete_note — identical mechanism, constrained to notes for safety. Trashed items are recoverable from Zotero's Trash — empty the Trash in the Zotero UI for permanent deletion. By default refuses to trash notes; set allow_note=True to override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | Zotero item key/ID to trash | |
| allow_note | No | If True, permits trashing note items. Default False directs callers to zotero_delete_note for notes (which has the same mechanism but is explicit about what it affects). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |