Delete¶
Usage¶
You can find the delete command usage down the cxcli entity-type delete
command. You can read the documentation about this command here.
Example¶
This a simple example of the cxcli entity-type delete
command:
cxcli entity-type delete pokemon2 --agent-name test-agent --project-id test-cx-346408 --location-id us-central1
The command above will give you an output like this one:
$ cxcli entity-type delete pokemon2 --agent-name test-agent --project-id test-cx-346408 --location-id us-central1
INFO Entity Type deleted
Useful Links¶
If you want to learn more about Dialogflow CX entity types deletion, check the official documentation.