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.text)
{}

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

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.