Deletes the rough sort configuration of a specified OpenSearch application version.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:WriteFirstRank |
delete |
*FirstRank
|
None | None |
Request syntax
DELETE /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/first-ranks/{name} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The application name. |
“my_app_group_name” |
| appId |
integer |
Yes |
The version number. |
110157886 |
| name |
string |
Yes |
The rough sort expression name. |
“test” |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
E676FAB6-A0AC-64D9-F9D7-D0D33C930CFF |
| result |
object |
The rough sort expression information. |
|
| description |
string |
The description. |
"" |
| active |
boolean |
Indicates whether this is the default expression. |
true |
| name |
string |
The name. |
default |
| meta |
any |
The expression information. |
|
| type |
string |
||
| created |
integer |
||
| updated |
integer |
Examples
Success response
JSON format
{
"requestId": "E676FAB6-A0AC-64D9-F9D7-D0D33C930CFF",
"result": {
"description": "\"\"",
"active": true,
"name": "default",
"meta": "",
"type": "",
"created": 0,
"updated": 0
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.