curl --request DELETE \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items/{id}
Delete an entry in a synonyms file.
curl --request DELETE \
--url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items/{id}
The name of a collection.
The path to a synonyms file.
The unique ID of the synonym entry.
If true, commit the change to Solr immediately instead of asynchronously.
Was this page helpful?