To delete an Apache Kafka® connector:
Use the ConnectorService
delete method and pass the following parameters:
-
cluster_id
To find the cluster_id
, get a list of clusters in the project.
-
connector_name
To get the connector_name
, from ConnectorService
, get a list of available connectors.
See also