EnfinitOS implements GDPR Article 15 (right of access) and Article 17 (right to erasure) as first-class platform endpoints rather than as bolt-on processes. Both endpoints are live in the sandbox today; they carry into the production tenant unchanged at the April 2027 launch.Documentation Index
Fetch the complete documentation index at: https://docs.enfinitos.com/llms.txt
Use this file to discover all available pages before exploring further.
Article 15 — Subject Access Request
A data subject’s tenant or operator submits a DSAR via:Article 17 — Right to erasure
Erasure is harder than access because of the audit / proof requirements: signed proof packs are immutable, so the platform cannot remove a subject’s data from a pack without invalidating its signature. The platform resolves this by:- Pseudonymising the subject identifier in future packs.
- Marking the subject as erased in the data map so future processing skips them.
- Keeping the audit trail of the erasure itself as a first-class proof event — preserving the regulatory record while removing the data.