Delete¶
Usage¶
You can find the delete functionality within the cxcli flow-version delete
subcommand. You can read the documentation about this command here.
Example¶
Here is a simple example of the cxcli flow-version delete
command:
cxcli flow-version delete "v1.0.0" --agent-name test-agent --project-id test-cx-346408 --location-id us-central1
The above command will give you output similar to the following:
$ cxcli flow-version delete "v1.0.0" --agent-name test-agent --project-id test-cx-346408 --location-id us-central1
INFO Version deleted
Useful Links¶
If you want to learn more about Dialogflow CX flow version deletion, refer to the official documentation.