TD Delete (live)
td_deletePermanently delete an operator and its children from a live TouchDesigner network. Provide the full operator path to remove it within the safe work area.
Instructions
Delete (destroy) an operator in a running TouchDesigner instance (live control via the td_mcp bridge). Wraps the documented op.destroy() call. This permanently removes the operator and any of its children. Target a path inside '/td_mcp/sandbox' to stay within the safe work area.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full path of the operator to delete, e.g. '/td_mcp/sandbox/noise1'. |