zotero_delete_collection
Permanently delete a Zotero collection by its 8-character key. Items inside remain, but subcollections are also deleted.
Instructions
Delete a collection (folder) from your Zotero library by its 8-character key. Items inside the collection are NOT deleted — they remain in the library (and in any other collections they belong to). Subcollections ARE deleted along with the parent. This is a hard delete — Zotero's API does not trash collections, so the operation cannot be undone via the API. Use zotero_search_collections to find the key first. Example: zotero_delete_collection(collection_key="KMMQDFQ4").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |