Python
import requests url = "https://{FUSION HOST}/api/connectors/datasources/{id}/output" response = requests.delete(url) print(response.text)
Deletes documents indexed by the given 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.
The context of resource. It usually is the app inside which the resource is created.
OK
Was this page helpful?