DELETE
/
collections
/
{collection}
/
synonyms
/
{path}
/
items
/
{id}
Delete a synonym entry
curl --request DELETE \
  --url https://{FUSION HOST}/api/collections/{collection}/synonyms/{path}/items/{id}

Path Parameters

collection
string
required

The name of a collection.

path
string
required

The path to a synonyms file.

id
string
required

The unique ID of the synonym entry.

Query Parameters

commit
boolean
default:true

If true, commit the change to Solr immediately instead of asynchronously.