Skip to main content
DELETE
/
async-parsing
/
failed-datasource
/
{datasourceId}
Delete all failed documents
import requests

url = "https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}"

response = requests.delete(url)

print(response.json())
{}

Path Parameters

datasourceId
string
required

The unique ID for the datasource that produced the failed document.

Response

200 - application/json

OK

The response is of type object.