zotero_delete_note
Move a Zotero note to the Trash by providing its item key. Trashed notes remain recoverable from the Zotero desktop Trash view.
Instructions
Move a Zotero note to the Trash. Non-destructive: trashed notes remain recoverable from the Trash view in Zotero desktop. item_key: the NOTE's own key — use zotero_get_notes or zotero_search_notes to find it (passing a parent item's key will fail or trash the wrong thing). To permanently delete, the user must empty the Trash in the Zotero UI — no API exists for that step. Scope: notes only; this tool cannot trash items, collections, or attachments. Requires a writable library (web API key or hybrid mode) — fails in local-only mode. Example: zotero_delete_note(item_key='NOTE1234').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | Zotero item key/ID of the note to trash |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |