delete_td_node
Permanently delete a TouchDesigner operator using its path. Returns a success status and the deleted node details.
Instructions
Delete an operator by path.
Destructive and not undoable through this tool. Returns
{deleted: true, node: {...}} on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Operator path to delete. | |
| response_format | No | Output format: 'json' (default) or 'markdown'. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |