Python
import requests url = "https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}" response = requests.delete(url) print(response.text)
{}
Delete all failed documents for a given datasource ID.
The unique ID for the datasource that produced the failed document.
OK
The response is of type object.
object
Was this page helpful?