Skip to main content
POST
/
v1
/
knowledge-base
/
documents
/
{documentId}
/
delete
Delete a knowledge base document
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/documents/{documentId}/delete
{
  "success": true,
  "vectorDeletionRunId": "<string>",
  "publicAccessToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

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

Path Parameters

documentId
string
required

Response

200 - application/json

Document deleted successfully

success
boolean
vectorDeletionRunId
string | null
publicAccessToken
string | null