Ingestion

Delete Ingested

DEL

Delete the specified ingested Document.

The doc_id can be obtained from the GET /ingest/list endpoint. The document will be effectively deleted from your storage context.

Path parameters

doc_idstringRequired

Response

This endpoint returns any
DEL
1curl -X DELETE /v1/ingest/doc_id
200
Deleted
1{
2 "key": "value"
3}