# pw marketplace rm

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

## pw marketplace rm

Delete a marketplace item

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

### Examples

```
  # Delete an item (asks for confirmation)
  pw marketplace rm my-workflow
  
  # Delete without confirmation
  pw marketplace rm --yes my-workflow
```

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