Skip to main content

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