confluent connect custom-plugin version delete¶
Description¶
Delete a custom connector plugin version.
confluent connect custom-plugin version delete [flags]
Flags¶
--plugin string REQUIRED: ID of custom connector plugin.
--version string REQUIRED: ID of custom connector plugin version.
--force Skip the deletion confirmation prompt.
--context string CLI context name.
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 custom connector plugin “ccp-123456” version “ver-123456”.
confluent connect custom-plugin version delete --plugin ccp-123456 --version ver-12345
See Also¶
- confluent connect custom-plugin version - Manage custom connector plugin versions.