Skip to main content

Documentation Index

Fetch the complete documentation index at: https://risingwavelabs-wyx-add-timestamp-dedicated-page.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Before you can drop a connection, you must remove all its dependent sources and sinks.

Syntax

DROP CONNECTION [ IF EXISTS ] connection_name;

Parameters

Parameter or clauseDescription
connection_nameThe name of the connection to be removed.

Examples

This statement removes the connection c1.
DROP CONNECTION c1;

See also

CREATE CONNECTION

Create a connection