Delete a synonym entry
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 a synonym entry
Delete an entry in a synonyms file.
DELETE
/
collections
/
{collection}
/
synonyms
/
{path}
/
items
/
{id}
Delete a synonym entry
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.Path Parameters
The name of a collection.
The path to a synonyms file.
Pattern:
.*The unique ID of the synonym entry.
Query Parameters
If true, commit the change to Solr immediately instead of asynchronously.
Response
200 - undefined
Was this page helpful?
⌘I