delete_tag
Permanently removes a specified tag from every item in a Zotero library. Use this to delete a tag globally; for removing a tag from a single item, use remove_tags instead.
Instructions
DESTRUCTIVE -- permanently removes this tag from every item in the library that carries it (not one item -- see remove_tags for that). Cannot be undone through this server.
Unlike delete_item_permanently/delete_collection, this has no caller-supplied version to check -- Zotero's tag-delete endpoint is gated on the library's own version internally. idempotency_key: optional opaque string; if a call with this exact key and tag 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 |
|---|---|---|---|
| tag | Yes | ||
| idempotency_key | No |