Deletes a synonym rule in a synonym set

DELETE /_synonyms/{set_id}/{rule_id}

Path parameters

  • set_id string Required

    The id of the synonym set to be updated

  • rule_id string Required

    The id of the synonym rule to be deleted

Responses

DELETE /_synonyms/{set_id}/{rule_id}
curl \
 -X DELETE http://api.example.com/_synonyms/{set_id}/{rule_id}