Skip to main content
DELETE
Deleting a document will simultaneously:
  1. Remove all vector chunks for this document from pgvector
  2. Invalidate the BM25 index for the corresponding knowledge base
  3. Delete the local file
  4. Delete the database record on the Next.js side
This operation is irreversible. The document and all its vector data will be permanently deleted.
string
required
Bearer JWT Token
string
required
Knowledge base ID
string
required
Document ID
string
Operation result message