Deletes a search strategy.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:WriteSearchStrategy |
*SearchStrategy
|
None | None |
Request syntax
DELETE /v4/openapi/app-groups/{appGroupIdentity}/apps/{appId}/search-strategies/{strategyName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
| appId |
string |
Yes |
The version number. |
110157886 |
| strategyName |
string |
Yes |
The name of the strategy. |
default |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
{} |
|
| requestId |
string |
The ID of the request. |
F5099063-6B86-F398-D843-905F9EFB683A |
Examples
Success response
JSON format
{
"requestId": "F5099063-6B86-F398-D843-905F9EFB683A"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.