confluent provider-integration delete

Description

Delete one or more provider integrations, specified by the given provider integration ID.

confluent provider-integration delete <id-1> [id-2] ... [id-n] [flags]

Flags

    --force                Skip the deletion confirmation prompt.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")
    --context string       CLI context name.
    --environment string   Environment ID.

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 the provider integration “cspi-12345” in the current environment.

confluent provider-integration delete cspi-12345

Delete the provider integrations “cspi-12345” and “cspi-67890” in environment “env-abcdef”.

confluent provider-integration delete cspi-12345 cspi-67890 --environment env-abcdef

See Also