Hacker News new | ask | show | jobs
by aroman 1835 days ago
What kind of proof could establish that something has been deleted?
2 comments

An "AppStore oath" could come close.
GDPR data package request should return an empty set.
Well, here's a snippet from my GdprReportGenerator.java :

account = getAccount(); if (account.wasDeleted) { return emptyPdf(); }

Of course there might be hell to pay if the EU catches this, but well..