delete_node
Permanently delete a node from a Cognigy.AI flow. Use dry run to validate the operation before irreversible deletion.
Instructions
Deletes a node from a Cognigy.AI flow. MUTATING & DESTRUCTIVE: This permanently removes the node. Use dryRun=true (default) to validate first. Child nodes may also be affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates the operation without deleting. Set to false to actually delete. WARNING: Deletion cannot be undone via API. | |
| flowId | Yes | The flow ID containing the node to delete | |
| nodeId | Yes | The ID of the node to delete |