Deletes a time series table.

Request syntax

message DeleteTimeseriesTableRequest {
  required string table_name = 1;
}
ParameterTypeRequiredDescription
table_namestringYesThe name of the time series table.

Response syntax

message DeleteTimeseriesTableResponse {
}

Use Tablestore SDKs

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