curl --request DELETE \
--url https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}
{}
Delete all failed documents for a given datasource ID.
curl --request DELETE \
--url https://{FUSION HOST}/async-parsing/failed-datasource/{datasourceId}
{}
The unique ID for the datasource that produced the failed document.
OK
The response is of type object
.
Was this page helpful?