Github
  • Preparing search index...
  • The search index is not available
Trieve Typescript SDK - v0.0.97
  • Trieve Typescript SDK
  • Chunk Methods
  • deleteChunkById

Function deleteChunkById

  • deleteChunkById(props, signal?): Promise<void>
  • Delete a singular chunk by id.

    Example:

    const data = await trieve.deleteChunkById({
    chunkId: "128ABC",
    });

    Parameters

    • props: DeleteChunkData
    • Optionalsignal: AbortSignal

    Returns Promise<void>

    • Defined in clients/ts-sdk/src/functions/chunks/index.ts:594

Settings

Member Visibility
Github
Trieve Typescript SDK - v0.0.97
  • Loading...

Generated using TypeDoc

Please reach out if you'd like assistance; we are responsive! Contact humans@trieve.ai or see trieve.ai for links to Discord and Matrix.