remove_reactions
Remove prototype reactions from a node. Omit indices to clear all, or specify zero-based indices to remove specific reactions.
Instructions
Remove prototype reactions from a node. Omit indices to remove all reactions. Provide a zero-based indices array to remove specific reactions (use get_reactions first to see current indices).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID in colon format e.g. '4029:12345' | |
| indices | No | Zero-based indices of reactions to remove. Omit or pass [] to remove all. |