remove_reactions
Remove prototype reactions from Figma nodes to streamline navigation. Delete all interactions or target specific indices to fix unwanted triggers and clean up interactive flows.
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 |
|---|---|---|---|
| indices | No | Zero-based indices of reactions to remove. Omit or pass [] to remove all. | |
| nodeId | Yes | Node ID in colon format e.g. '4029:12345' |