Delete TouchDesigner node
delete_td_nodePermanently remove a TouchDesigner node by its full path. Returns the deleted path; destructive action cannot be undone via the API.
Instructions
DESTRUCTIVE: permanently remove one node from the project by path (a COMP also takes its children with it); this cannot be undone via the API. Returns {deleted} with the path that was removed. Only call this when the user explicitly asks to delete a node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the node to delete, e.g. '/project1/noise1'. |