# pw billing units rm

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

## pw billing units rm

Delete a billing unit and all its SKUs, rules, and history

```
pw billing units rm <unit> [flags]
```

### Examples

```
  # Delete a unit
  pw billing units rm core-hours
```

### Options

```
  -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 billing units](/docs/cli/pw/billing/units)	 - Manage billing units and their pricing rules
