DROP is California’s state-operated mechanism for routing consumer deletion requests to registered data brokers. It turns deletion into a recurring compliance obligation, with matching, reporting, and suppression requirements that continue after the initial response.
Expanded Definition
Delete Request And Opt-Out Platform, or DROP, is best understood as a state-run privacy workflow rather than a simple one-time delete button. It creates a recurring obligation for registered data brokers to receive, match, act on, and evidence consumer deletion requests over time. That makes DROP different from ad hoc privacy inbox handling or a generic opt-out page, because the broker must keep processing suppression and matching outcomes after the first request has been fulfilled. In practice, the concept sits at the intersection of privacy operations, data governance, and identity resolution, since fulfilling a request often depends on determining whether a consumer record, alias, device-linked profile, or vendor-derived identifier maps to the same person. Guidance across vendors and service providers can vary on how matching thresholds and downstream suppression are implemented, so organisations should treat DROP as an operational control domain, not just a legal form submission. For a broader governance lens, the NIST Cybersecurity Framework 2.0 is useful for framing how policies, data handling, and accountability connect across the organisation. The most common misapplication is treating DROP as a one-time intake channel, which occurs when teams delete the obvious record but fail to maintain suppression across linked systems and third-party feeds.
Examples and Use Cases
Implementing DROP rigorously often introduces data-matching friction, requiring organisations to weigh privacy compliance against the risk of over-deleting the wrong consumer record.
- A data broker receives a deletion request and must search internal indexes, linked partner datasets, and derived profiles to identify all related consumer records.
- A privacy operations team maintains suppression lists so a deleted consumer is not re-enrolled through refreshed feeds or reimported data from a reseller.
- A broker documents its response process, including request validation, record matching, deletion action, and any statutory exceptions that prevent full removal.
- An organisation with multiple business units centralises DROP handling so the same consumer request is not processed inconsistently across separate systems.
- A compliance team uses NIST Cybersecurity Framework 2.0 to map privacy request handling to governance, asset awareness, and ongoing monitoring.
These use cases show that DROP is not only about erasure, but also about durability of enforcement. If a broker deletes one database entry but leaves downstream identifiers active, the consumer can reappear through refreshed datasets, lookup services, or vendor integrations. That is why operational evidence matters as much as the deletion itself, especially where a statutory response window and repeat-request handling are involved. In mature programs, DROP also forces clearer ownership between privacy, security, engineering, and third-party risk functions.
Why It Matters for Security Teams
For security teams, DROP matters because deletion workflows can expose gaps in access control, data inventory, retention logic, and third-party oversight. When consumer data is distributed across analytics stores, support systems, ticketing tools, and partner exports, a failed deletion request can reveal that the organisation does not actually know where personal data resides. That is both a privacy failure and a security governance problem. It also intersects with identity practices, because successful matching often relies on accurate identifiers, and poor identity resolution can either miss the right record or delete the wrong one. Teams responsible for non-human access and automation should pay attention too, because agentic workflows that ingest or replicate consumer data can silently reintroduce records after an approved deletion. The NIST Cybersecurity Framework 2.0 helps anchor ownership and monitoring, but DROP-specific handling usually requires privacy engineering and data stewardship disciplines as well. Organisations typically encounter the operational cost of DROP only after a consumer challenge, regulator inquiry, or downstream reappearance of deleted data, at which point the platform becomes impossible to treat as just a compliance form.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack surface, NIST CSF 2.0, NIST SP 800-63 and NIST AI RMF set the technical controls, and DORA define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.OV-01 | DROP needs clear oversight for privacy request handling and evidence retention. |
| NIST SP 800-63 | Identity proofing and account linkage affect whether a consumer request maps to the right record. | |
| NIST AI RMF | AI systems that help match or classify consumer records create governance and traceability risk. | |
| OWASP Non-Human Identity Top 10 | Automated brokers and agents can reintroduce deleted data through unmanaged non-human access paths. | |
| DORA | Operational resilience principles support reliable handling of recurring regulatory workflows. |
Test deletion operations so privacy obligations continue during outages, changes, and vendor disruptions.
Related resources from NHI Mgmt Group
- Who is accountable when an identity platform falls out of support or drifts from policy?
- Who is accountable when an access request is approved through a ticket but later turns out to be inappropriate?
- Why do cookie controls often fail to satisfy legal opt-out requirements?
- Who is accountable when opt-out enforcement fails across systems?