All Products
Search
Document Center

OpenSearch:DeleteTable

Last Updated:Jul 16, 2024

Deletes an index table.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

DELETE /openapi/ha3/instances/{instanceId}/tables/{tableName}

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-7e22rgfyb01
tableNamestringYes

The name of the table.

test_summary

Sample requests

DELETE /openapi/ha3/instances/{instanceId}/tables/{tableName}

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

requestId

E7B7D598-B080-5C8E-AA35-D43EC0D5F886
resultobject

Map

{}

Examples

Sample success responses

JSONformat

{
  "requestId": "E7B7D598-B080-5C8E-AA35-D43EC0D5F886",
  "result": {}
}

Error codes

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