Deletes a fine sort expression from a version of an OpenSearch application.
Debugging
Request headers
This operation uses only common request headers. For more information, see Common request parameters.
Request syntax
DELETE /v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]/second-ranks/[name] HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | "my_app_group_name" |
The name of the application. |
appId | Integer | Path | Yes | 110157886 |
The ID of the version. |
name | String | Path | Yes | "tests" |
The name of the fine sort expression. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | 0A6EB64B-B4C8-CF02-810F-E660812972FF |
The ID of the request. |
result | Map | {} |
N/A |
Examples
Sample requests
DELETE /v4/openapi/app-groups/os_function_test_v1/apps/150024378/second-ranks/tests
Sample success responses
XML
format
<requestId>0A6EB64B-B4C8-CF02-810F-E660812972FF</requestId>
JSON
format
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF"
}
Error codes
For a list of error codes, visit the API Error Center.