Skip to content

Endings · research july 2026 · published 2026-08-03 · v1 · 3 min read

Delete is not revoke

Erasing a record ends one row while withdrawing consent has to reach every copy made under it

Why consent has four layers a system must not collapse, and what a company is actually promising when it says your data has been deleted. The canonical treatment of the difference between delete and revoke.

In brief
The problem

verified

Every claim this passage rests on has been checked against its sources.

  • "The FTC's 2021 Everalbum order reached the images and the models both. It required the destruction of the face-recognition models and algorithms developed from them, not only deletion of the photographs collected without adequate consent."

    verified. The published decision and order, and the Commission's own account of it.

Open the complete evidence in the structured publication.

By the time a person asks for their data back, its value has usually moved into derivatives, which is why regulators now order the destruction of models trained on improperly collected material rather than only the material itself.
The mechanism

directional

The evidence points this way but is not settled.

  • "Consent separates into four layers that authorize different things: a display-binding proof, a durable receipt, a standing permission, and a short-lived runtime capability lease."

    directional. Our own root consent-authority model. A design distinction we hold and build to, not a measured finding or an industry standard.

Open the complete evidence in the structured publication.

Consent separates into a display-binding proof, a durable receipt, a standing permission, and a short-lived runtime lease, each answering a different question, so a system that collapses them reads evidence that someone saw a screen as authority over everything downstream of it.
The move

position

This is the publication's stated position, not an empirical claim. It rests on the argument rather than graded evidence.

Open the complete evidence in the structured publication.

Stop asking whether a product has a delete button and start asking it to name its derivatives, because a revocation is only as real as the provenance that can find every copy.

In 2021 the Federal Trade Commission settled with Everalbum, a photo-storage company that had used its customers’ images to train face recognition without telling them. The order did not stop at deleting the photos. It required the company to destroy the models and algorithms developed from them. The following year the same remedy reached Kurbo, the weight-management service WW ran for children, whose algorithms derived from improperly collected data had to be destroyed as well. The remedy has a name now, algorithmic disgorgement, and it exists because deleting the source data had stopped meaning very much. By the time anyone asked, the value had already moved downstream.

That gap is not a legal curiosity. It is what happens when a system treats two different words as though they were one. Delete acts on a record. Revoke acts on a relationship. A delete tombstones a row and takes it out of the paths that return it to you, which is a real thing to do and a small one. A revoke withdraws the authority under which everything downstream of that row was ever produced, and it has to reach the search index, the caches, the embeddings, the summaries, the analytics extract, the export bundle already sitting in someone’s downloads folder, and the third party who received a copy last spring.

Underneath the two verbs sit four layers of consent, and they are just as easy to collapse. A display-binding proof records exactly what a person was shown at the moment they agreed, hash and all. A receipt is a durable, queryable record that they permitted one specific use. A permission is a standing authority carrying a scope, a grantee, an expiry, and a way to be withdrawn. A lease is a short-lived runtime authorization compiled from all of the above for one action, one destination, one time window. The mechanism is that each layer answers a different question, so a system that collapses them ends up reading a proof that someone saw a screen as a permission to do whatever that screen implied, and reading a permission as a standing right over every derivative made under it, which is how software comes to claim authority nobody ever granted.

The law worked this out before most architectures did. The GDPR pairs its right to erasure in Article 17 with a duty in Article 19 to communicate that erasure to every recipient the data reached, because the drafters understood that erasure at the source is where the work starts. Meeting that duty is an engineering property rather than a policy one, and it has a hard precondition: you cannot revoke what you cannot find. Every derivative has to carry provenance back to the consent that authorized it, or a revocation is a promise made in good faith with no mechanism behind it, which is the most expensive kind to break.

So the question worth putting to a product is not whether it has a delete button, since nearly everything does. Ask what becomes of the copies, and ask to be shown. A company that can name every derivative has built a system capable of letting go, and the capacity to let go is precisely what makes a system safe to hand something to in the first place.

Evidence and lineage

Research trail

Follow the sources, inspect how the claims are graded, or propose a correction at the exact record it concerns.

Sources 3
  1. US Federal Trade Commission (2021). In the Matter of Everalbum, Inc. (decision and order)

    The named case for algorithmic disgorgement: deletion of the photos was not the remedy on its own; the models and algorithms trained on them had to go too.

    Comment on this source
  2. US Federal Trade Commission (2022). United States v. Kurbo, Inc. and WW International, Inc. (stipulated order)

    The second application of the same remedy, on children's data collected in violation of COPPA, which establishes it as a pattern rather than a one-off.

    Comment on this source
  3. European Union (2018). General Data Protection Regulation, Articles 17 and 19

    The pairing the brick rests on: a right to erasure alongside a duty to communicate that erasure to each recipient, which is the legal form of the argument that erasure at the source is only the start.

    Comment on this source
Claims and confidence 6
  1. verified

    The FTC's 2021 Everalbum order reached the images and the models both. It required the destruction of the face-recognition models and algorithms developed from them, not only deletion of the photographs collected without adequate consent.

    The published decision and order, and the Commission's own account of it.

    Respond to this claim
  2. verified

    The FTC applied the same algorithmic-disgorgement remedy in its 2022 action against Kurbo and WW International, requiring destruction of algorithms derived from improperly collected children's data.

    The stipulated order in the case.

    Respond to this claim
  3. verified

    GDPR Article 17 pairs the right to erasure with an Article 19 duty to communicate erasure to each recipient of the data.

    The regulation's own text.

    Respond to this claim
  4. verified

    A delete implemented as a soft tombstone on a source row leaves search vectors, client caches, derived projections, embeddings, analytics, exported bundles already delivered, and external recipients untouched.

    Our own root retained-artifact architecture review, which states the limitation of the implemented delete path directly; the same list is standard in data-rights engineering.

    Respond to this claim
  5. directional

    Consent separates into four layers that authorize different things: a display-binding proof, a durable receipt, a standing permission, and a short-lived runtime capability lease.

    Our own root consent-authority model. A design distinction we hold and build to, not a measured finding or an industry standard.

    Respond to this claim
  6. directional

    A revocation cannot be proven without provenance on every derivative linking it back to the consent that authorized it.

    Our own architecture's stated non-negotiable; follows from the definition of revoke rather than from measurement.

    Respond to this claim

Read next

Or survey the topics.

Concepts in this piece 2

Add to the work

Contribute to Delete is not revoke

Write the useful part. Identity, provenance, and review history are attached when you submit. The published source stays unchanged.

Target Delete is not revoke

Contribution intent
Use an agent instead

The interface is ready. Public authenticated intake remains off until the hosted migration and feature flag are deployed together.