ErasureDocs
DPDP

DPDP overview

How Erasure helps operationalize DPDP-shaped privacy work, not legal advice.

DPDP overview

India’s Digital Personal Data Protection Act, 2023 (DPDP Act) and rules set out duties for organizations that process digital personal data, and rights for individuals (Data Principals). Many Indian product teams evaluate Erasure because consent, notice, and erasure become operational problems, not only policy problems.

This section maps common duties to what Erasure does today. It is not legal advice, not a certificate of compliance, and not a complete compliance program. Always involve counsel for your facts, sector, and contracts.

Key ideas in the Act (plain language)

These are simplified concepts for product/ops readers, not statutory text.

IdeaWhy it matters operationally
Data PrincipalThe individual whose personal data is processed
Data FiduciaryThe organization that determines purpose and means of processing
ConsentA primary ground for processing; free, specific, informed, unambiguous, and withdrawable in principle
NoticePrincipals should understand who processes data, for what purposes, and how rights work
Purpose limitationProcess for stated purposes; do not treat "accept" as a blank cheque
RightsIncluding access, correction, and erasure (subject to law and retention duties)
AccountabilityFiduciaries must be able to show how they handled personal data and rights requests

Public summaries of the Act emphasize consent-driven processing, purpose limitation, and principal rights (access, correction, erasure). Exact applicability (e.g. when rights attach, legitimate use, children, penalties) depends on the Act, rules, and your counsel’s analysis, not this product docs site.

What "good" looks like in engineering

Duty (simplified)Weak opsStronger ops with Erasure
Notice & purposesOne-off banner, no historyVersioned publish; purposes structured in Accord
Demonstrate consent"They clicked Accept"Receipts pinned to a consent version + export
WithdrawalUnclear or impossibleOptional-purpose withdraw + new receipt (device-scoped v1)
ErasureEmail → ad-hoc SQLRights case, OTP/operator verify, jobs across Systems
Know where data livesTribal knowledgeData Maps + discovery on connected systems
Show what happenedScattered logsActivity timeline + Evidence packages

Coverage map (product → duty)

Aligned with product documentation, not a legal opinion.

Obligation (simplified)Erasure mechanismCoverage
Purpose-bound collection / purpose structureAccord purposes + published noticeSolves (ops) for notice + purpose structure at collection
Notice at / before collectionNotice builder, SDK banner / hosted prefs, versioned publishSupports (copy & structure; legal polish still productizing)
Consent collection where applicableAccord UI + receipts; withdraw optional purposesSupports (device/browser-scoped in v1)
Record of consentImmutable receipts, config snapshot, publish Evidence, exportSolves (ops) for technical evidence trail
Notice/purpose change over timeImmutable consent versions; receipts pin a versionSolves (ops)
Right to erasure (operational)Rights cases, OTP intake API, worker + Systems + Data Maps, Activity + EvidenceSolves (ops) for DELETE end-to-end on connected systems
Right to access / correctionRights lifecycle exists; types beyond DELETEPartial / not first-class product types yet
Know where personal data livesData Maps, discovery, graph, readinessSolves (ops) for operator-defined maps (not automatic discovery of every SaaS)
Act across systemsPostgres / MySQL / MongoDB / HTTP / Webhook Systems + jobsSolves (ops) for systems you connected
Accountability for Erasure-mediated actionsActivity, Evidence, job metricsSupports strongly for in-product actions
Product security safeguardsSecrets encryption, SSRF controls, rate limits, RBAC, privacy-preserving receiptsSupports product security, not customer app security
RoPA / DPIA templates, DPO suiteNot solved
Cookie/tracker auto-scannerNot solved
Cross-border transfer tools, breach notification workflowsNot solved
ProductJob
AccordNotice + purposes + collect/prove consent over time
RightsOperationalize erasure with verification and audit (other rights later)
Systems + Data MapsMake erasure real in customer databases/APIs
EvidenceExportable proof packages (publish + deletion)
Operational Readiness"Can we run privacy ops safely?" before the first case
PlatformMulti-tenant control plane, not a DPDP duty by itself

The operating loop

Notice & consent (Accord)


Map systems (Systems + Data Maps)


Fulfil erasure (Rights + worker)


Export Evidence

Pages in this section

PageFocus
ConsentCollecting and proving consent
NoticeVersioned notices subjects see
WithdrawalPreference changes as new receipts
Deletion requestsRights lifecycle honesty
EvidenceExportable packages
What Erasure does not solveExplicit non-claims
Operational checklistPractical readiness, not certification

Honest non-claims

Erasure does not:

  • Guarantee legal compliance or "DPDP certified" status
  • Replace a privacy policy, DPO, DPAs, or counsel
  • Automatically find every SaaS holding PII without configuration
  • Provide ACCESS/CORRECT/portability as complete products today
  • Draft or file regulatory notifications

What it does claim operationally:

If you configure purposes, publish notice, integrate the SDK, map systems, and run Rights with a worker, you get a repeatable engineering path for notice + consent proof + erasure fulfillment + exportable evidence, the hard part for many product companies under DPDP pressure.

What to do next

Start with Consent, or if you are new to the product, Getting Started.

For a plain-language overview of the work (not the product mechanics), see the privacy operations guide and the DPDP Act guide.