Delete a CDS action
Useful to delete a CDS action
cdsctl action delete myAction
# this will not fail if action does not exist
cdsctl action delete myActionNotExist --force
cdsctl action delete ACTION-PATH [flags]
--force if true, do not fail if action does not exist
-c, --context string cdsctl context name
-f, --file string set configuration file
--insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
-n, --no-interactive Set to disable interaction with ctl
--verbose Enable verbose output
Manage CDS action