curl --request POST \
--url http://localhost:3333/v1/knowledge-base/documents/{documentId}/delete{
"success": true,
"vectorDeletionRunId": "<string>",
"publicAccessToken": "<string>"
}curl --request POST \
--url http://localhost:3333/v1/knowledge-base/documents/{documentId}/delete{
"success": true,
"vectorDeletionRunId": "<string>",
"publicAccessToken": "<string>"
}Was this page helpful?