# pw marketplace version rm

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

## pw marketplace version rm

Remove a version from a marketplace item

```
pw marketplace version rm <slug> <version> [flags]
```

### Examples

```
  # Remove a version (the item must keep at least one)
  pw marketplace version rm my-workflow v1.0.0
  
  # Remove without confirmation
  pw marketplace version rm --yes my-workflow v1.0.0
```

### Options

```
  -h, --help   help for rm
      --yes    Skip the confirmation prompt
```

### 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 marketplace version](/docs/cli/pw/marketplace/version)	 - Manage marketplace item versions
