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