Deletes a synonym set Added in 8.10.0
Path parameters
-
The id of the synonyms set to be deleted
DELETE /_synonyms/{id}
curl \
-X DELETE http://api.example.com/_synonyms/{id}
Response examples (200)
{
"acknowledged": true
}