Deletes a 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 table is deleted.

Use Tablestore SDKs

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