DROP CONNECTOR statement in ksqlDB for Confluent Platform
Synopsis
DROP CONNECTOR [IF EXISTS] connector_name;
Description
Drop a connector and delete it from the Connect cluster. The topics associated with this cluster are not deleted by this command.
If the IF EXISTS clause is present, the statement doesn’t fail if the connector doesn’t exist.