Delete a collection
import requests
url = "https://{FUSION HOST}/api/collections/{collection}"
response = requests.delete(url)
print(response.text)This response has no body data.Delete a collection
Remove a collection from the system.
DELETE
/
collections
/
{collection}
Delete a collection
import requests
url = "https://{FUSION HOST}/api/collections/{collection}"
response = requests.delete(url)
print(response.text)This response has no body data.Headers
An optional tag to match against the specified collection.
Path Parameters
The name of a collection.
Query Parameters
'True' to delete the collection from Solr while it is deleted from Fusion.
'True' to also delete associated signals and searchLogs collections.
'True' to also delete associated pipelines.
Response
200 - undefined
Was this page helpful?
⌘I