Python
import requests url = "https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items/{id}" response = requests.delete(url) print(response.text)
This response has no body data.
Delete an entry in a synonyms file.
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?