Delete Pipeline Document
DELETE/api/v1/pipelines/:pipeline_id/documents/:document_id
Delete a document from a pipeline. Initiates an async job that will:
- Delete vectors from the vector store
- Delete the document from MongoDB after vectors are successfully deleted
Request
Responses
- 204
- 422
Successful Response
Validation Error