mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 01:05:22 -04:00
[PR #259] [MERGED] docs(privacy): clarify document deletion vs workspace removal for full erasure #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/anythingllm-docs/pull/259
Author: @dmitrymaranik
Created: 6/5/2026
Status: ✅ Merged
Merged: 6/6/2026
Merged by: @timothycarambat
Base:
main← Head:docs-document-erasure📝 Commits (1)
5a251c1docs(privacy): clarify document deletion vs workspace removal for full erasure📊 Changes
1 file changed (+17 additions, -0 deletions)
View changed files
📝
pages/features/privacy-and-data-handling.mdx(+17 -0)📄 Description
What
Adds a short "Deleting documents and full erasure" section to the Privacy & Data page.
Why
The distinction between removing a document from a workspace and deleting it from My Documents isn't documented anywhere, and it matters for data-deletion / right-to-erasure requests:
Document.removeDocuments) deletes that workspace's vectors but keeps the parsed source file and cached embeddings in the document library (intentional, for reuse).purgeDocument) is the full erasure path — it callspurgeSourceDocument+purgeVectorCacheand removes the document from every workspace.An operator fulfilling a GDPR/DSR erasure request who only removes a document from a workspace would leave the parsed text and vector cache on disk. This documents the correct path. No behavior change — docs only.
Disclosure
Surfaced while testing a self-hosted instance with an automated multi-tenant-isolation checker (Sectum AI); drafted with AI assistance.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #259] docs(privacy): clarify document deletion vs workspace removal for full erasureto [PR #259] [MERGED] docs(privacy): clarify document deletion vs workspace removal for full erasure