delete_node
Delete a node and all its children from a Figma design by specifying its node ID.
Instructions
Delete a node and its children.
Examples: delete_node({node: "1:2"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node ID (e.g. "1:2") |