DROP TUNNEL

Drop a tunnel.

Syntax

DROP TUNNEL [IF EXISTS] <tunnel-name>;
Field Description
tunnel-name The tunnel to drop.

Examples

Drop a tunnel named my_tunnel. See CREATE TUNNEL for how to create a tunnel.

DROP TUNNEL my_tunnel;