Python
import requests url = "http://api/apollo/solrAdmin/{searchClusterId}/{path}" response = requests.delete(url) print(response.text)
The Solr search cluster ID
The path to the Solr command to run
successful operation
Was this page helpful?