delete_function
Delete a Cognigy.AI function permanently. Validate with dryRun=true before actual deletion to prevent breaking flows.
Instructions
Deletes a Cognigy.AI Function. WARNING: This is destructive. Flows calling this function will fail. MUTATING: Set dryRun=false to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without deleting. Set to false to actually delete. | |
| functionId | Yes | The function ID to delete |