Skip to content
Open in Gitpod

DROP CONNECTOR ​

Drop a connector with the given name.

Synopsis ​

sql
DROP CONNECTOR connector_name;

Notes ​

  • connector_name is a valid identifier.

Examples ​

sql
DROP CONNECTOR foo;