zotero_remove_item_relation
Remove a specified related item relationship from a Zotero item, optionally deleting the reverse link as well.
Instructions
Remove a related item relationship from a Zotero item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_key | Yes | The key of the primary item | |
| related_item_key | Yes | The key of the related item to unlink | |
| relation_type | No | The type of relationship (default: "dc:relation") | dc:relation |
| remove_bidirectional | No | Also remove the reverse relation (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |