Article 17 says the controller must demonstrate erasure. The procedural answer was always weak. The cryptographic answer closes the question.

The right-to-erasure request used to be operational: receive the request, run the deletion across the systems where the data lived, log the deletion, return confirmation. The DPA was satisfied with the procedural evidence.

The supervisory authorities started asking harder questions. What about the backup tapes? What about the offline archives? What about the system that snapshotted the database 3 months ago? The procedural answer started running into structural gaps. The "we believe it's gone" defence stopped being durable.

The architectural answer is to make the data unreadable by destroying the encryption key. The encrypted bytes can persist in any backup, in any archive, in any snapshot — and remain mathematically unrecoverable. The DPA's question becomes verifiable rather than presumptive.

Talk to the privacy compliance team · Read the crypto-shred pillar · See the RBAC + Backup capability


What Article 17 actually requires.

The right to erasure (right to be forgotten) under GDPR Article 17 has 6 grounds for invocation. The architectural requirements are common across them.

Ground for erasureWhat it means in practice
No longer necessaryThe personal data is no longer needed for the original purpose
Withdrawn consentThe data subject withdrew the consent the processing relied on
Objection to processingArticle 21 objection that overrides legitimate interest
Unlawful processingThe processing was unlawful from the start
Compliance with legal obligationEU or member-state law requires erasure
Child consent revocationPersonal data of a child collected under Article 8

The controller must comply "without undue delay" and must demonstrate compliance — not just intend it.


What "demonstrate erasure" actually requires.

The supervisory authorities have moved on the standard. The expected evidence:

Evidence typeWhat it actually requires
Production-system erasureStandard; well-trodden
Backup-tape erasureEither restoration-with-deletion at next recovery, or cryptographic erasure
Offline-archive erasureSame — procedural deletion is often impossible; cryptographic is the answer
Snapshot-system erasureSame
Cross-jurisdiction erasureWhere data was processed across regions, the deletion has to extend
Third-party-processor erasureCoordinated deletion across the data-processor chain
Verification by the data subjectThe data subject can request verification
Verification by the supervisory authorityThe DPA can request verification

Most procedural deletion implementations cover the first one well, the next 4 poorly, and the verification questions essentially not at all.


How TeamSync covers each requirement.

RequirementTeamSync implementation
Production-system erasureNative; per-document or per-data-subject
Backup-tape erasureCryptographic — the encryption key is destroyed; backups become unreadable
Offline-archive erasureSame cryptographic mechanism; archives become unreadable
Snapshot-system erasureSame — snapshot encryption keys destroyed
Cross-jurisdiction erasurePer-region key destruction; per-region audit trail
Third-party-processor coordinationSub-processor coordination workflow with audit anchoring
VerificationCryptographic proof — DPA's tooling can verify the destruction
Audit trailNative; every erasure event anchored to the audit chain

The architectural mechanism.

The mechanism is the per-tenant envelope encryption that the platform uses by default. Each tenant's data — and within a tenant, each data-subject category — is encrypted with its own key. Erasure executes by destroying the key in a two-person ceremony.

StageWhat happens
1. Erasure request receivedWorkflow opens; the request scope is documented
2. Scope validatedThe data-subject's data scope identified across the platform
3. Two-person ceremonyKey destruction requires 2 operators with separate authorities
4. Key destructionThe data-encryption key is mathematically destroyed
5. Audit anchorThe destruction event is anchored to the cryptographic chain
6. Verification artifactGenerated artifact verifiable by the data subject and the DPA

The encrypted data persists wherever it persists. It is unreadable. The proof is mathematical.


What changes for the privacy team.

ActivityBeforeWith TeamSync
Right-to-erasure responseProcedural deletion + audit logCryptographic key destruction + verifiable proof
Backup-tape recovery riskReal, persistentEliminated by key destruction
Cross-region erasure proofProceduralCryptographic
DPA inquiry responseProcedural narrativeMathematical proof
Sub-processor erasure coordinationSpreadsheetWorkflow with audit anchor
Annual erasure-program auditMulti-week projectGenerated artifact

What composes onto the platform.

CapabilityInside the Article 17 perimeter
RBAC + BackupThe crypto-shred mechanism
Intelligent RepositoryThe records platform the erasure operates on
Audit ledgerThe chain that anchors the destruction event
Business Process AutomationThe erasure workflow with the two-person ceremony
eDiscoveryThe hold mechanism that respects active legal holds preventing erasure

The composition matters because the erasure mechanism has to interact correctly with active holds (you cannot erase data subject to a litigation hold), with the audit chain (the destruction is itself an audit event), and with the workflow engine (the two-person ceremony is workflow-enforced).


How customers compare TeamSync for Article 17.

The Article 17 evaluation usually compares against:

For specific comparisons: - TeamSync vs SharePoint + M365


Read further.

Talk to the privacy compliance team