DeleteTimeseriesTable
Updated at:
Copy as MD
Deletes a time series table.
Request syntax
message DeleteTimeseriesTableRequest {
required string table_name = 1;
}
|
Parameter |
Type |
Required |
Description |
|
table_name |
string |
Yes |
The name of the time series table. |
Response syntax
message DeleteTimeseriesTableResponse {
}
Use Tablestore SDKs
The following Tablestore SDKs support deleting a time series table:
Is this page helpful?