pub fn clear(conn: &Connection, disposal: &EventId) -> Result<(), CliError>Expand description
Delete the optimize_attestation row for disposal (idempotent — no-op if absent).
Called by reconcile void when the voided decision is a LotSelection, so that revocation
is COMPLETE: the decision void and the row clear are co-persisted in the same session.save().