All Products
Search
Document Center

OpenSearch:DeleteIndexVersion

Last Updated:Jul 16, 2024

Deletes the version of an index.

Operation description

Method

DELETE

URI

/openapi/ha3/instances/{instanceId}/indexes/{indexName}/versions/{versionName}

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}/indexes/{indexName}/versions/{versionName}

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-0ju2rrogr01
indexNamestringYes

The index name.

generation
versionNamestringYes

The name of the version.

ha-cn-pl32rf0js04@ha-cn-pl32rf0js04_shenzhen_test_01@sz_vpc_domain_1@api_test@index_config_v1

Sample requests



DELETE /openapi/ha3/instances/ose-test1/indexes/my_index/versions/version1

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

requestIdstring

id of request

022F36C7-9FB4-5D67-BEBC-3D14B0984463
resultobject

The result

{}

Sample responses

Sample success responses

{
 
  "requestId": "65911539-5a8b-4bce-96a5-4d608900dc46",
 
  "result": []
 
}

For more information, see Response structure.

Examples

Sample success responses

JSONformat

{
  "requestId": "022F36C7-9FB4-5D67-BEBC-3D14B0984463",
  "result": {}
}

Error codes

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

Change history

Change timeSummary of changesOperation
2022-01-12Add OperationView Change Details