Deletes an intervention dictionary.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:WriteInterventionDictionary |
*InterventionDictionary
|
None | None |
Request syntax
DELETE /v4/openapi/intervention-dictionaries/{name} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
No |
The name of the intervention dictionary. |
“my_dict” |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
06BBD41A-5F72-34E4-2DAF-E43B0526051D |
| result |
object |
The details of the intervention dictionary. |
|
| created |
string |
The time when the intervention dictionary was created. |
1539158313 |
| analyzer |
string |
The custom analyzer. |
"" |
| updated |
string |
The time when the intervention dictionary was updated. |
1539158313 |
| type |
string |
The type of the dictionary. Valid values:
|
synonym |
| name |
string |
The name of the dictionary. |
tongyici |
Examples
Success response
JSON format
{
"requestId": "06BBD41A-5F72-34E4-2DAF-E43B0526051D",
"result": {
"created": "1539158313",
"analyzer": "\"\"",
"updated": "1539158313",
"type": "synonym",
"name": "tongyici"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.