conn_delete
Disconnect a node's input or output by specifying the operator path and optionally the input or output index.
Instructions
Disconnect an input and/or output of a node.
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 |