phylum group delete
Delete a group
Usage: phylum group delete [OPTIONS] <GROUP_NAME>
Argumentsβ
<GROUP_NAME>
β Name for the group to be deleted
Optionsβ
-o
, --org
<ORG>
β Phylum organization
-v
, --verbose
...
β Increase the level of verbosity (the maximum is -vvv)
-q
, --quiet
...
β Reduce the level of verbosity (the maximum is -qq)
-h
, --help
β Print help
Examplesβ
# Delete an existing group named `sample`
$ phylum group delete sample
# Delete the group `sample` from the `test` organization
$ phylum group delete --org test sample
# Make `test` the default organization for all operations,
# then delete the group `sample` from it.
$ phylum org link test
$ phylum group delete sample