confluent ccpm plugin version delete

Description

Delete one or more custom Connect plugin versions.

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

Flags

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

Global Flags

-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.

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

Force delete a plugin version without confirmation.

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

See Also