Delete a synonym rule Added in 8.10.0
Delete a synonym rule from a synonym set.
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}