<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-provider-integration-v2-delete"></a>

# confluent provider-integration v2 delete

## Description

Delete one or more provider integrations. This operation cannot be undone.

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

## Flags

```none
--force                Skip the deletion confirmation prompt.
--environment string   Environment ID.
--context string       CLI context name.
```

## Global Flags

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

```none
confluent provider-integration v2 delete pi-123456
```

Delete provider integrations “pi-123456” and “pi-789012” in environment “env-345678”.

```none
confluent provider-integration v2 delete pi-123456 pi-789012 --environment env-345678
```

## See Also

* [confluent provider-integration v2](index.md#confluent-provider-integration-v2) - Manage provider integrations (v2).
