POST
/
v1
/
artifacts
/
delete
This response does not have an example.

Body

application/json

JSON request body specifying the collection and artifact to be deleted from the system

Request body for deleting specific ingested documents from the system.

collection
string
required

Name of the collection containing the document to be deleted

Required string length: 1 - 255
Examples:

"financial_reports"

"hr_documents"

artifact
string
required

Unique identifier of the document to delete from the specified collection

Required string length: 1 - 255
Examples:

"quarterly_report_q1"

"employee_handbook_2024"

Response

Document successfully deleted