All Products
Search
Document Center

Tablestore:DeleteTunnel

Last Updated:Apr 30, 2026

Deletes a tunnel.

Usage notes

  • Make sure no data is being consumed in the channel before you delete it. Deleting a channel while data consumption is active may cause consumption failures.

  • A deleted channel cannot be restored. Proceed with caution.

Request syntax

message DeleteTunnelRequest {
    required string table_name = 1;
    required string tunnel_name = 2;
    optional string tunnel_id = 3;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the table.

tunnel_name

string

Yes

The name of the tunnel.

tunnel_id

string

No

The ID of the tunnel.

Response syntax

message DeleteTunnelResponse {
}

Use Tablestore SDKs

The following SDKs support the DeleteTunnel operation: