All Products
Search
Document Center

Tablestore:DeleteTimeseriesAnalyticalStore

Last Updated:Apr 24, 2025

Deletes a time series analytical store.

Request syntax

message DeleteTimeseriesAnalyticalStoreRequest {
  required string table_name = 1;
  required string store_name = 2;
  optional bool drop_mapping_table = 3;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the time series table.

store_name

string

Yes

The name of the analytical store.

drop_mapping_table

bool

No

Specifies whether to delete the SQL mapping table associated with the analytical store.

Response syntax

message DeleteTimeseriesAnalyticalStoreResponse {
}

Use Tablestore SDKs

You can use the following SDKs to delete a time series analytical store: