<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-ccpm-plugin-version-delete"></a>

# confluent ccpm plugin version delete

## Description

Delete one or more custom Connect plugin versions.

```none
confluent ccpm plugin version delete <id-1> [id-2] ... [id-n] [flags]
```

## Flags

```none
--plugin string        REQUIRED: Plugin ID.
--environment string   Environment ID.
--force                Skip the deletion confirmation prompt.
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

Delete a specific version of a custom connect plugin.

```none
confluent ccpm plugin version delete ver-789012 --plugin plugin-123456 --environment env-abcdef
```

Force delete a plugin version without confirmation.

```none
confluent ccpm plugin version delete ver-789012 --plugin plugin-123456 --environment env-abcdef --force
```

## See Also

* [confluent ccpm plugin version](index.md#confluent-ccpm-plugin-version) - Manage custom Connect plugin versions.
