Permanently delete Zotero items
zotero_delete_itemsPermanently delete Zotero items by key. Irreversible purge requires explicit confirmation and server enablement. Use when items must be removed completely, not just trashed.
Instructions
PERMANENTLY and IRREVERSIBLY delete items by key (this purges them — it is NOT the trash). Prefer zotero_trash_items, which is reversible. This tool is disabled unless the server is started with ZOTEUS_ALLOW_DELETE=true, and additionally requires confirm: true on every call. For the personal library it goes through the running Zotero desktop app when that app supports local-API writes, otherwise the cloud Web API. The current library version is used as a precondition; the operation auto-chunks to 50 keys per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed with permanent deletion. | |
| item_keys | Yes | Item keys to permanently delete. | |
| library_id | No | ||
| library_type | No |