All Products
Search
Document Center

Tablestore:DeleteInstance

Last Updated:Nov 11, 2024

Deletes an instance.

Operation description

  • Before you delete an instance, make sure that all data tables and time series tables in the instance are deleted and virtual private clouds (VPCs) are unbound from the instance.
  • To prevent conflicts, do not create an instance that has the same name as the instance that is being deleted.
  • After an instance is deleted, the instance becomes unavailable and the tables, table data, and related indexes in the instance cannot be recovered. Proceed with caution.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/openapi/deleteinstance HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request body.

InstanceNamestringYes

The name of the instance.

instance-test

Response parameters

ParameterTypeDescriptionExample
object

The returned struct.

RequestIdstring

The request ID, which can be used to troubleshoot issues.

17827FB1-CC71-559D-BBDF-9D41534322E7

Examples

Sample success responses

JSONformat

{
  "RequestId": "17827FB1-CC71-559D-BBDF-9D41534322E7"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history