title: "DROP SINK"
description: "DROP SINK
removes a sink from Materialize."
menu:
main:
parent: commands
DROP SINK
removes a sink from Materialize.
{{% kafka-sink-drop %}}
{{< diagram "drop-sink.svg" >}}
Field | Use |
---|---|
sink_name | The sink you want to drop. You can find available sink names through SHOW SINKS . |
SHOW SINKS;
my_sink
DROP SINK my_sink;
DROP SINK
The privileges required to execute this statement are:
{{< include-md file="shared-content/sql-command-privileges/drop-sink.md" >}}