v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0643140398.0 KB
Artifacts
Artifacts

Delete Ingested Document

Remove a specific document and all its associated data from the system

post/v1/artifacts/delete

Request body

collectionstring required

Name of the collection containing the document to be deleted

artifactstring required

Unique identifier of the document to delete from the specified collection

Example request

{
  "artifact": "q2_2023_report",
  "collection": "financial_reports"
}

Response

Document successfully deleted