Python
import requests url = "https://{FUSION HOST}/api/connectors/jobs/{id}/output" response = requests.delete(url) print(response.json())
Delete documents indexed by the given configuration ID from the content collection.
The datasource configuration ID.
No Content
Was this page helpful?