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.
The datasource configuration ID.
The context of resource. It usually is the app inside which the resource is created.
OK
Was this page helpful?