delete_saved_search
Permanently remove a saved search definition from Zotero. Deletes only the stored filter, leaving all items and citations untouched.
Instructions
DESTRUCTIVE, but low-risk -- permanently deletes this saved search definition. Unlike delete_item_permanently/delete_collection, this doesn't touch any items or their citations -- a saved search is just a stored filter, not a container. idempotency_key: optional opaque string; if a call with this exact key already completed, that same outcome is replayed instead of running against Zotero again -- see delete_item_permanently's docstring for the full explanation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| idempotency_key | No |