DROP SINK
Use the DROP SINK
command to remove a sink if you no longer need to deliver data to the sink.
Syntax
DROP SINK [ IF EXISTS ] [schema_name.]sink_name;
Parameters
Parameter | Description |
---|---|
schema_name | The schema of the sink that you want to remove. You can use SHOW SCHEMAS to get a list of all available schemas. If you don't specify a schema, the specified sink in the default schema public will be removed. |
sink_name | The name of the sink to remove. |