connection_delete
Remove a connection in TouchDesigner by providing the operator path and optionally the input or output index to disconnect.
Instructions
Alias of conn.delete.
path (<class 'str'>): Operator path.
inputIndex (int | None): Disconnect this input.
outputIndex (int | None): Disconnect this output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| inputIndex | No | ||
| outputIndex | No |