# pw groups rm

> Source: https://parallelworks.com/docs/cli/pw/groups/rm

## pw groups rm

Delete a group

```
pw groups rm <group> [flags]
```

### Examples

```
  pw groups rm research-team
  pw groups rm -f research-team
```

### Options

```
  -f, --force        Skip confirmation prompt
  -h, --help         help for rm
      --org string   Target organization (defaults to current context)
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw groups](/docs/cli/pw/groups)	 - Manage groups and their members
