Deletes a synonym rule in a synonym set Added in 8.10.0
Path parameters
-
The id of the synonym set to be updated
-
The id of the synonym rule to be deleted
DELETE /_synonyms/{set_id}/{rule_id}
curl \
-X DELETE http://api.example.com/_synonyms/{set_id}/{rule_id}
Response examples (200)
{
"result": "created",
"reload_analyzers_details": {
"reload_details": [
{
"index": "string",
"reloaded_analyzers": [
"string"
],
"reloaded_node_ids": [
"string"
]
}
],
"_shards": {
"failed": 42.0,
"successful": 42.0,
"total": 42.0,
"failures": [
{
"index": "string",
"node": "string",
"reason": {
"type": "string",
"reason": "string",
"stack_trace": "string",
"caused_by": {},
"root_cause": [
{}
],
"suppressed": [
{}
]
},
"shard": 42.0,
"status": "string"
}
],
"skipped": 42.0
}
}
}