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