trash_item
Move an item to the trash for reversible soft deletion, preserving its key so citations continue to resolve until permanently deleted.
Instructions
Move an item to the trash (soft delete). Unlike delete_item_permanently, this is reversible via restore_from_trash -- prefer it whenever a delete might need to be undone. Safe, key-preserving: the item's key is unchanged, so a Word citation referencing it keeps resolving unless/until it's later permanently deleted (e.g. via delete_item_permanently, or "Empty Trash" in the Zotero desktop app).
version: the item's current version (from search_items/get_item) -- refused if stale, same as update_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| version | Yes |