confluent provider-integration v2 delete๏
Description๏
Delete one or more provider integrations. This operation cannot be undone.
confluent provider-integration v2 delete <id-1> [id-2] ... [id-n] [flags]
Flags๏
--force Skip the deletion confirmation prompt.
--environment string Environment ID.
--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 provider integration โpi-123456โ in the current environment.
confluent provider-integration v2 delete pi-123456
Delete provider integrations โpi-123456โ and โpi-789012โ in environment โenv-345678โ.
confluent provider-integration v2 delete pi-123456 pi-789012 --environment env-345678
See Also๏
confluent provider-integration v2 - Manage provider integrations (v2).