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๏ƒ