Deleting a Kafka Connect Configuration

Delete a Kafka Connect configuration in the Streaming service.

Caution

Kafka Connect configurations are deleted immediately. You can't recover a deleted configuration.

To review requirements for working with Kafka Connect see Using Kafka Connect.

    1. On the Kafka Connect Configurations list page, find the Kafka Connect configuration that you want to work with. If you need help finding the list page or the Kafka Connect configuration, see Listing Kafka Connect Configurations.
    2. From the Actions menu (Actions Menu), select Delete Kafka Connect Configuration.
    3. Confirm the deletion.
  • Use the oci streaming admin connect-harness delete command and required parameters to delete a Kafka Connect configuration:

    oci streaming admin connect-harness delete --connect-harness-id <kafka_connect_configuration_OCID>

    For example:

    oci streaming admin connect-harness delete --connect-harness-id ocid1.connectharness.oc1.phx.exampleuniqueID
    Are you sure you want to delete this resource? [y/N]:

    Select y and press Enter. The Kafka Connect configuration is deleted with no further prompting.

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteConnectHarness operation to delete a Kafka Connect configuration.