Skip to main content
DELETE
/
solr
/
{collection}
/
{path}
Python
import requests

url = "http://api/apollo/solr/{collection}/{path}"

payload = {}
headers = {"Content-Type": "application/json"}

response = requests.delete(url, json=payload, headers=headers)

print(response.text)

Path Parameters

collection
string
required
path
string
required

Body

application/json · object

Response

default

successful operation