Logo
Functions

deletePipelineDocumentApiV1PipelinesPipelineIdDocumentsDocumentIdDelete

deletePipelineDocumentApiV1PipelinesPipelineIdDocumentsDocumentIdDelete<ThrowOnError>(options): RequestResult<void, HttpValidationError, ThrowOnError>

Defined in: packages/cloud/src/client/sdk.gen.ts:3793

Delete Pipeline Document Delete a document from a pipeline. Initiates an async job that will:

  1. Delete vectors from the vector store
  2. Delete the document from MongoDB after vectors are successfully deleted

Type Parameters

ThrowOnError

ThrowOnError extends boolean = false

Parameters

options

Options<DeletePipelineDocumentApiV1PipelinesPipelineIdDocumentsDocumentIdDeleteData, ThrowOnError>

Returns

RequestResult<void, HttpValidationError, ThrowOnError>