Python
import requests url = "https://{FUSION HOST}/api/connectors/jobs/{id}/db" response = requests.delete(url) print(response.text)
Clear the crawlDB collection for the specified datasource configuration.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The datasource configuration ID.
Indicates if the content collection should be cleared as well.
No Content
Was this page helpful?