DELETE
/
solr
/
{collection}
/
{path}
Send a request to Solr
curl --request DELETE \
  --url https://{FUSION HOST}/api/solr/{collection}/{path} \
  --header 'Content-Type: */*' \
  --data '{}'

Path Parameters

collection
string
required

The collection ID.

path
string
required

The Solr command path.

Body

*/* · object