DROP CONNECTOR

Drop a connector with the given name.

Synopsis

  1. DROP CONNECTOR connector_name;

Notes

  • connector_name is a valid identifier.

Examples

  1. DROP CONNECTOR foo;