Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Delete chunks for a file version

Operation details

FieldValue
NamedeleteFileChunks
GroupSearch
TypeMutation
SignaturedeleteFileChunks(input: DeleteFileChunksInput!): DeleteFileChunksPayload!

Playground

Query

Query
mutation DeleteFileChunks($input: DeleteFileChunksInput!) {
  deleteFileChunks(input: $input) {
    deletedChunks
    deletedEmbeddings
  }
}

Variables

Variables
{
  "input": {
    "fileVersionId": ""
  }
}