The Delete Act Made Every Data Broker a 45-Day Compliance Operation. Nobody Built Their Software.
California's Delete Act (SB 362) turned consumer deletion from a one-off request into a recurring operational cadence: every registered data broker must pull deletion lists from the state's DROP platform at least every 45 days, match them against their records, delete all non-exempt personal information including inferences, direct their service providers to do the same, report status on every single request, and keep the data deleted forever. Triennial independent audits start January 1, 2028. Over 500 brokers are registered, the enforcement strike force is watching, and the only products on the market are generic enterprise privacy modules that were built for a different job.
The Problem
On January 1, 2026, California's privacy agency launched the Delete Request and Opt-out Platform, known as DROP: a state-hosted website where any California resident can submit one deletion request that legally obligates every registered data broker in the state to delete all non-exempt personal information held about that consumer. Then, on August 1, 2026, the broker-side obligation switched on. As of this week, every registered data broker in California is living inside its first 45-day compliance cycle, and most of them are doing it by hand.
The regulations approved November 2025 and effective January 1, 2026 spell out a workflow that reads like a recurring operations program, not a legal formality. A data broker must create a DROP account, then access the platform at least once every 45 days to retrieve consumer deletion lists. For each request it must determine whether the consumer matches its records, delete all associated personal information including inferences unless a legal exemption applies, and direct its service providers and contractors to delete as well. It must then report the status of every deletion request in a machine-readable CSV with the correct status code and work item ID, and it cannot download the next batch until the previous batch's statuses are uploaded. It must maintain a list of all deletion requests so the consumer's information remains deleted into the future, which means every new data ingestion pipeline needs to be checked against a perpetual suppression list. Requests it cannot verify must be treated as opt-outs of sale or sharing under the CCPA. And beginning January 1, 2028, every broker faces an independent third-party audit every three years, with the report submittable to the agency within five business days on request and retained for six years.
The regulated population is larger than most people assume. The Delete Act uses the CCPA's data broker definition: businesses that knowingly collect and sell the personal information of a consumer with whom they have no direct relationship. Attorney General Bonta's office notes that a single DROP request now reaches over 500 registered data brokers. These are not just the household names. The registry includes adtech intermediaries, lead generators, people-search sites, location data aggregators, marketing data co-ops, and hundreds of mid-size firms that have never employed a privacy professional. Annual registration costs $6,000 per year, nonrefundable, and failure to register carries $200 per day in administrative fines up to $66,800 annually plus unpaid fees and enforcement costs. Actual deletion violations sit under the CCPA penalty framework: $2,500 per unintentional violation and $7,500 per intentional one.
As the law firm Alston and Bird put it in August 2026: DROP may be marketed to consumers as a simple one-stop deletion tool, but for covered data brokers it functions as a recurring operational compliance program. That is the sentence this entire business hangs on. Compliance programs need software. This one does not have any.
The Gap in the Market
The existing privacy software market was built for a different customer doing a different job. Every incumbent sells consumer-request intake and fulfillment tooling to enterprise privacy teams. The Delete Act needs broker-side deletion operations: list retrieval from a state platform, identity matching against broker records, deletion orchestration across data systems and vendors, perpetual suppression, status reporting back to the state, and audit evidence. Those are different workflows with different buyers.
| Company | What They Do | What's Missing |
|---|---|---|
| OneTrust | Enterprise privacy management platform. Per its DROP guidance, DROP is supported through its Data Subject Request Automation module with a specialized deletion request workflow, centralizing intake and automating fulfillment across systems. | A generic enterprise module sold to Fortune 500 privacy teams at $50K+ annual contracts. Not purpose-built for broker-side operations: no DROP list retrieval automation, no identity matching tuned to broker record formats and the regulation's data standardization rules, no service-provider deletion propagation workflow, no perpetual suppression list management, and no audit evidence pack mapped to the Delete Act's triennial audit requirement. Most of the 500+ registered brokers are mid-size adtech and marketing firms without a privacy team to operate it. |
| Transcend | Privacy automation platform focused on data subject request fulfillment and data mapping for consumer-facing brands. | Built around consumer request intake, the opposite direction of DROP operations. No DROP retrieval integration, no broker registration or audit workflow, and no tooling for the broker-specific problem of matching state-supplied identity attributes against hashed, fragmented broker records. |
| DataGrail | DSR automation with deep integrations into the SaaS stack of mid-market companies. | Same general-purpose DSR framing. Its integration library targets the marketing and HR SaaS tools of a typical enterprise, not the data lake, identity graph, and vendor ecosystem of a data broker. No DROP-native reporting or suppression workflows. |
| Osano / TrustArc | Consent management and privacy program tooling with DSR modules. | Consent and assessment products with deletion as an afterthought. No broker-side deletion operations, no DROP reporting, no vendor propagation tracking. |
| Law firms (Alston and Bird, Skadden, others) | Advisory memos, gap assessments, and implementation guidance billed by the hour. | Lawyers do not ship software. They can tell a broker what the 45-day cycle requires but cannot run it for them eight times a year, and they cannot produce the machine-generated evidence trail the 2028 audits will demand. |
| DIY: manual CSV download plus spreadsheets | The current default. A compliance manager downloads the deletion list from DROP, matches records in a spreadsheet, emails engineers and vendors, and uploads status codes. | This is what the first 45-day cycle looks like for most brokers right now. It breaks at scale: identity matching across millions of hashed records is not spreadsheet work, vendors do not confirm deletion by email reliably, the suppression list rots, and when the auditor arrives in 2028 there is no evidence trail. It also fails silently: the regulation requires uploading batch statuses before downloading the next batch, so a stalled manual process blocks the next cycle. |
The structural gap is the direction of the workflow. Every incumbent product starts with a consumer submitting a request to a company. DROP inverts this: the state hands the broker a list, and the broker must work backward through identity matching, deletion, vendor propagation, and reporting. Nobody has productized the broker's side of that list.
The Solution
A vertical SaaS platform purpose-built for registered data brokers that runs the entire 45-day DROP cycle as automated operations, and that generates the audit evidence trail the 2028 audits will require.
1. DROP retrieval and intake automation: The platform holds the broker's DROP credentials and polls the platform on a schedule, retrieving each new consumer deletion list via API or managed manual download, normalized into a standard schema. It enforces the regulatory sequencing: statuses for the prior batch are compiled and uploaded before the next batch is pulled, so the 45-day cadence never stalls on a forgotten CSV upload.
2. Identity matching engine: This is the hard technical core and the product's moat. DROP supplies identity attributes in a standardized format (the regulations include explicit data standardization rules for comparing deletion lists against broker records, including transliteration of non-English characters). Broker records are typically hashed emails, device IDs, MAIDs, IP addresses, and fragmented identity graph fragments. The matching engine resolves DROP identities against the broker's identity graph with configurable precision-recall thresholds, flags ambiguous matches for human review, and logs every match decision with its confidence score. False positives are deletions of the wrong person's data, which is its own liability, so the matching logic is conservative by default and every automated deletion is reversible within a holding window.
3. Deletion orchestration: Pre-built connectors for the datastores brokers actually run on (Snowflake, BigQuery, S3 data lakes, Postgres, identity graph stores) execute deletions across internal systems, including derived data and inferences, which the regulations explicitly require. Exemption logic is configurable: records that qualify for legal exemptions (fraud prevention, legal compliance, public records) are flagged and documented rather than deleted, with the exemption basis recorded for the audit trail.
4. Service provider propagation: The broker's downstream vendors and contractors receive structured deletion directives through the platform, with delivery confirmation and completion attestation tracked per vendor per cycle. Vendor non-response escalates automatically. This is the piece manual processes fail at most reliably, and it is explicitly required: the broker must direct its service providers and contractors to delete too.
5. Perpetual suppression list: Every processed deletion request is added to a permanent suppression list that all new data ingestion pipelines are checked against, so a deleted consumer's data does not reappear when the next third-party feed lands. Unverifiable requests are automatically converted to sale/sharing opt-outs per the regulatory requirement.
6. Status reporting and audit vault: The platform generates the machine-readable CSV status uploads DROP requires, with correct status codes and work item IDs, and maintains an immutable evidence log of every retrieval, match, deletion, exemption, vendor directive, and report. That log is the raw material for the independent audit every broker faces starting January 1, 2028. The audit readiness module maps each evidence artifact to the specific statutory and regulatory requirement it satisfies, so the auditor gets a pre-organized package instead of a file dump.
The Math: What One 45-Day Cycle Costs by Hand
This analysis builds an original cost model for a representative mid-size data broker running DROP compliance manually versus on the platform. Every input is stated explicitly because DROP request volumes are not yet public, and the model should be re-run with real numbers as they emerge.
Take a mid-size broker with roughly 150 million consumer profiles in its identity graph. Assume it receives 2,000 verifiable DROP matches per 45-day cycle. That figure is an assumption, not a measurement: it represents about 0.0013% of the broker's profiles per cycle, a deliberately conservative penetration rate given that DROP is free, state-promoted, and reaches all 500+ registered brokers with one click. If consumer adoption runs hotter, every number below gets worse for the manual case.
Manual handling per matched request breaks down as: identity verification and matching against internal records (15 minutes), deletion execution across an average of six internal datastores plus exemption documentation (20 minutes), and service provider notification with confirmation tracking (10 minutes). That is 45 minutes of skilled privacy-ops labor per request. At 2,000 requests per cycle: 1,500 labor hours per cycle. At a fully loaded analyst cost of $75 per hour: $112,500 per cycle. Eight cycles per year: $900,000 per year in direct labor, before status reporting overhead, suppression list maintenance, registration administration, and audit preparation.
Now the platform case. Subscription at $3,000 per month: $36,000 per year. Human oversight remains: exemption reviews, ambiguous match adjudication, and report sign-off, estimated at 25 hours per cycle or 200 hours per year at $75 per hour: $15,000 per year. Total: $51,000 per year. The ratio is roughly 17 to 1. The platform pays for itself at roughly 60 matched requests per cycle, a volume essentially any registered broker will exceed once DROP consumer awareness compounds.
Then there is the penalty math, which is theoretical but directional. CCPA penalties run $2,500 per unintentional violation and $7,500 per intentional violation, and each ignored deletion request is arguably its own violation. Two thousand ignored requests per cycle at the unintentional tier implies $5 million in theoretical exposure per cycle. Enforcement discretion means nobody should model the maximum as the expected outcome, but the order of magnitude explains why general counsels are currently the most motivated buyers in the building.
Revenue Model
| Revenue Stream | Amount | Notes |
|---|---|---|
| Core platform subscription | $2,000-7,500/month, tiered by profile volume | Starter (up to 500K profiles), Growth (up to 50M), Enterprise (50M+). Covers retrieval, matching, deletion orchestration, suppression, reporting. |
| Service provider propagation module | +$1,000/month | Vendor directive delivery, attestation tracking, escalation. High attach rate because the requirement is explicit and manual vendor chasing is the worst part of the cycle. |
| Audit readiness pack | $20,000 one-time | Evidence vault organization, requirement-to-artifact mapping, auditor handoff. Timed to the January 1, 2028 triennial audit deadline; sells from day one as forward insurance. |
| Onboarding and data mapping | $8,000 one-time | Identity graph mapping, datastore connector configuration, exemption rule setup. Typically 2-3 weeks. |
| Law firm partner channel | $25,000/year retainer per firm | Privacy practices at mid-size firms refer broker clients and white-label the audit readiness module. Five firms by end of year two. |
Unit economics on a Growth-tier broker: $3,000/month base plus $1,000/month vendor module = $48,000 ARR. Onboarding at $8,000. Fully loaded cost to serve: roughly $6,000 per year in infrastructure (matching compute, storage, support). Gross margin near 85%. Sales cycle: general counsel or head of compliance at a 50-500 person adtech firm, 60-90 days, driven by the active 45-day clock and the enforcement strike force headlines. Estimated CAC of $12,000 via targeted outreach to the public broker registry. Three-year retention anchored by the audit cycle: LTV of $144,000. LTV:CAC of 12x.
Market Size
TAM: Industry estimates commonly put the total number of US data brokers around 4,000, most of which touch California consumers and therefore fall in the Delete Act's scope whether or not they have registered yet. At a blended $30,000 average annual contract value across tiers: $120 million per year in software. Add audit preparation services at roughly $25,000 per broker per three-year cycle, or about $33 million annualized. Combined TAM: approximately $150 million per year, before any expansion into Oregon, Texas, and Vermont broker registries or future state deletion laws modeled on California's.
SAM: The near-term addressable market is the 500+ currently registered California brokers plus qualifying-but-unregistered firms the enforcement strike force will pull into the registry, roughly 900 firms. At the same blended $30,000 ACV: $27 million per year.
SOM (year 3): 60 brokers on the platform at $36,000 average ACV = $2.16M ARR. Audit readiness packs sold to 20 of them at $20,000 = $400K. Law firm channel: 5 firms at $25,000 = $125K. Total year 3 revenue: approximately $2.7M. Roughly 10% penetration of SAM.
Why Now
The obligation turned on six weeks ago. August 1, 2026 was not a proposal date or a comment deadline. It was the day every registered data broker's first 45-day clock started ticking. Buying decisions for compliance software happen in the first two cycles, while the pain of the manual process is fresh and the general counsel is asking pointed questions. A startup founded today is selling into an active, dated, recurring obligation, not educating a market about a future risk.
The enforcement strike force is already watching. Dechert's September 3, 2026 briefing notes that CalPrivacy's Data Broker Enforcement Strike Force is actively monitoring compliance and that the window for self-correction is narrowing. Enforcement risk is the single best accelerant for compliance software sales, and it is currently at maximum.
The audit deadline creates a second buying wave. Triennial independent audits begin January 1, 2028, fifteen months out. Audit readiness is a product that sells on a deadline, and the evidence vault only has value if it has been collecting evidence since before the audit period. Every quarter a broker waits is a quarter of missing evidence. That urgency compounds the 45-day cycle urgency rather than replacing it.
Consumer adoption is compounding. DROP is free, state-promoted, and the Attorney General is running press campaigns urging Californians to use it. Request volumes will grow as awareness grows, which means the manual-labor cost curve in the math above slopes upward over time while the software cost stays flat. Every new DROP signup makes the manual case worse and the automation case better.
The incumbent gap is structural, not temporary. OneTrust, Transcend, and DataGrail built DSR intake products for enterprise privacy teams. Their DROP offerings are modules on that architecture. The broker-side workflow (state list retrieval, identity matching against hashed broker records, vendor propagation, perpetual suppression, state reporting) is a different product with different buyers at different price points. An incumbent would need to build a second product to compete, sold to a customer segment it does not currently call on.
Startup Costs
| Category | Cost | Notes |
|---|---|---|
| DROP integration and retrieval engine (4 months) | $140K | 1 backend engineer + 1 product engineer. API client, manual-download fallback, batch sequencing logic, credential vaulting. |
| Identity matching engine (6 months) | $190K | 1 ML engineer + 1 backend engineer. Probabilistic matching against hashed identifiers, configurable precision-recall, human review queue, decision logging. The moat; not built from a template. |
| Deletion orchestration connectors | $90K | Pre-built connectors for Snowflake, BigQuery, S3, Postgres, and common identity graph stores. Exemption rule engine included. |
| Service provider propagation module | $70K | Vendor directive delivery, attestation tracking, escalation workflows. |
| Suppression list and reporting engine | $60K | Perpetual suppression list with ingestion-pipeline hooks. Machine-readable CSV status reporting with DROP status codes and work item IDs. |
| Audit evidence vault | $50K | Immutable evidence log, requirement-to-artifact mapping, auditor export package. |
| Legal and compliance (privacy counsel, SOC 2 Type I) | $80K | Outside privacy counsel for exemption logic review. SOC 2 Type I because the product touches consumer PII by design. |
| Pilot program (3 brokers, subsidized) | $30K | Real 45-day cycles with design partners. Matching model training data and testimonial evidence. |
| Operating buffer (12 months) | $50K | Cloud infrastructure, DROP-adjacent API costs, support tooling. |
| Total | $760K |
Limitations
DROP consumer request volumes are not yet public, which means the 2,000-requests-per-cycle figure in the cost model is an assumption, not a measurement. If early adoption is slower than assumed, the manual-labor pain point develops more gradually and the sales cycle lengthens. The model's breakeven at roughly 60 matched requests per cycle provides margin, but the honest version is that the first year of sales will run ahead of published demand data.
The penalty math is theoretical. CCPA penalties of $2,500 to $7,500 per violation exist in statute, and each ignored deletion request could plausibly be charged as its own violation, but enforcement discretion, settlement practice, and the agency's fining guidelines will determine actual exposure. Nobody should present the $5 million per cycle figure as an expected fine.
The 4,000-broker TAM figure is an industry estimate repeated across privacy commentary, not a counted census. The only hard count is the 500+ firms on California's registry. Unregistered-but-qualifying brokers are by definition uncounted, which makes the SAM's upper bound soft.
Identity matching carries its own liability surface. A false positive deletes the wrong consumer's data, which is a privacy violation in the opposite direction. The conservative matching thresholds and reversible holding window mitigate this, but the product's core value proposition (automated deletion at scale) is also its core risk vector, and the first wrongful-deletion incident will be litigated as a product failure rather than a process error.
Exemption logic is legal judgment encoded in software. Fraud prevention, legal compliance, and public-records exemptions require interpretation that varies by broker and fact pattern. Automating exemptions wrongly either deletes data the broker was entitled to keep or keeps data it was obligated to delete. Outside privacy counsel must review the exemption engine, and human sign-off on exemption classifications should remain mandatory rather than optional.
Strongest Counterargument
OneTrust or Transcend could ship a DROP connector in a quarter and crush a purpose-built startup on distribution. They have the privacy buyer relationships, the sales teams, the SOC 2 certifications, and the balance sheets. A startup selling into a compliance deadline is selling into a market where incumbents can simply add a feature and announce it at their user conference.
This is the serious objection, and the answer has three parts. First, the buyers are different. OneTrust sells to enterprise privacy teams at $50K+ annual contracts. Most of the 500+ registered brokers are 50-to-500-person adtech, martech, and lead-gen firms that have never bought enterprise privacy software and will not start now. The startup sells a $24K-$48K operational tool to the general counsel or head of compliance through the public broker registry as a lead list. The incumbent's distribution advantage does not reach this buyer at this price point through its existing motion.
Second, the hard part is not the DROP connector, it is the matching engine. Retrieving a deletion list from a state API is a week of engineering. Resolving standardized identity attributes against a broker's hashed, fragmented identity graph with defensible precision is the actual product, and it is nothing like the consumer-request intake forms the incumbents' DSR products are built around. An incumbent's DROP module would be a checkbox feature on the wrong architecture; the startup's entire company is the right architecture.
Third, timing favors the specialist. The 45-day cycles are running now, the strike force is watching now, and the audit deadline is fifteen months out. An incumbent's roadmap prioritizes the features its largest enterprise customers request. A startup can ship broker-native matching, vendor propagation, and audit evidence in the window before an incumbent's product team gets budget approval to care about data brokers.
What You Can Do
If you run a registered data broker: Do not wait for the second 45-day cycle to discover your manual process does not scale. Map every datastore that holds consumer profiles this month, list every service provider and contractor that receives personal information, and test whether a deletion executed in your primary store actually propagates to all of them. Confirm your DROP account credentials work and that someone owns the retrieval calendar. Start building the evidence log now; the 2028 auditor will ask what happened in 2026 and 2027, not just what is happening then.
If you are a privacy professional: The Delete Act created a new buyer category overnight: hundreds of mid-size firms with a recurring deletion obligation and no privacy staff. Whether you consult, build, or join, the demand curve for broker-side DROP expertise is steepest in the next eighteen months, before the first audit cycle standardizes the playbook.
If you are a California consumer: DROP is live at privacy.ca.gov. One verified request reaches every registered data broker. Brokers must process it within 45 days of retrieval and keep your data deleted going forward. If a broker ignores it, the violation is documented in a state system, which is a stronger enforcement position than any individual complaint you could file.
If you're building this: Start with the matching engine and three design-partner brokers running real 45-day cycles. The matching quality is the demo, the differentiator, and the liability surface, so it needs production data before anything else. Sell the audit readiness pack from day one even though the deadline is 2028; it is the wedge that gets the general counsel to sign, and the evidence vault only works if it starts collecting now. Price against the manual-labor cost ($900K per year for the representative broker in the model above), not against OneTrust's enterprise pricing. Target the public broker registry as your lead list: it is a pre-qualified list of buyers with a dated, recurring, legally mandated need, which is the rarest thing in B2B sales.
The Bottom Line
California did something no jurisdiction had done before: it turned consumer data deletion from an individual right exercised one company at a time into a state-operated, recurring deletion program that reaches every registered data broker with a single click. The consumer side of that program is a website. The broker side is a 45-day operational cadence involving list retrieval, identity matching, deletion across internal systems, vendor propagation, per-request status reporting, perpetual suppression, and triennial audits, and it switched on six weeks ago with an enforcement strike force watching. The incumbents sell generic request-intake software to enterprise privacy teams. The 500+ registered brokers, most of them mid-size firms without privacy staff, are running their first cycles on spreadsheets and email. The company that productizes the broker's side of the deletion list, starting with the identity matching engine that is genuinely hard to build, is selling into a dated legal obligation with a public lead list, a compounding request volume curve, and an audit deadline fifteen months out. That is about as close to a forced buying decision as B2B software gets.