All Products
Search
Document Center

Tablestore:DeleteTable

Last Updated:Aug 29, 2024

Deletes a data table from an instance.

Request syntax

message DeleteTableRequest {
    required string table_name = 1;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the data table that you want to delete.

Response syntax

message DeleteTableResponse {
}

If the response of the DeleteTable operation does not contain an error, the data table is deleted.

Use Tablestore SDKs

You can use the following Tablestore SDKs to delete a data table: