figma_delete_node
Delete a node from a Figma document using its node ID. Only child nodes (not artboards) can be removed. Verify node ID with figma_inspect first to prevent irreversible deletion.
Instructions
Deletes a node from the Figma document. NEVER deletes artboards (top-level frames) — only child nodes within an artboard. To rebuild a screen, create a NEW artboard alongside the existing one. Destructive and irreversible via the API — verify the nodeId with figma_inspect first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node ID to delete. Must NOT be a top-level artboard. |