delete_item_permanently
Permanently delete a Zotero library item by key and version. This action cannot be undone and may break Word document citations referencing the item.
Instructions
DESTRUCTIVE -- permanently deletes the item from its library. Cannot be undone through this server.
Any Word document citing this item via the Zotero Word plugin's live field code references it by this key; deleting it breaks that citation silently -- the document won't show an error, it'll just show stale or broken text next time someone updates fields. Only call this when that's a known, accepted consequence, not as a routine cleanup step.
version: the item's current version (from search_items/get_item) -- the delete is refused if this doesn't match the server's current version, so a concurrent edit elsewhere isn't silently discarded along with the item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| version | Yes |