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

Response

Document successfully deleted

ArtifactsDeleteIngestedV1ArtifactsDeletePostResponse200 required

Empty response body

Changes