Audit Trails Aren't Optional: Why Soft-Delete Matters in Clinical Data
Priya Sharma
May 06, 2026 · 5 min read
In clinical research, "delete" should almost never mean "gone forever". A soft-delete + restore model is not just a nice-to-have. It is the audit foundation regulators expect.
A common pattern in early-stage clinical platforms: the delete button does what it says. It is also the pattern that causes the most pain in audits. In clinical research, deletions are almost never absolute. A withdrawn participant, a mistaken entry, a duplicated record all need to be recoverable and traceable.
Soft-delete is the basic answer: instead of removing the row, move it to an archive and record who deleted it, when, and why. Done well, you can restore the record (and everything associated with it: patients, visit notes, follow-ups) without losing context.
But soft-delete is only half the story. The other half is restore, and getting restore right is harder than it looks. When a study is restored, every dependent record needs to point back to its new ID, consent state needs to be respected, and the audit log needs to show both the deletion and the restoration as deliberate acts.
If your platform does not natively support this (if 'restore' means a database admin runs a recovery script), assume an audit will eventually punish you for it. Build it in, or pick a platform that has.
Run your studies on Unity
Unity is the clinical research platform built around how hospitals actually work: multi-tenant, role-based, and audit-safe by default.
Sign in to Platform