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.
The datasource configuration ID.
Indicates if the content collection should be cleared as well.
No Content
Was this page helpful?