Skip to content

DROP CONNECTOR

Synopsis

1
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.


Last update: 2020-08-24