Effective Date: 2026-04-18 Version: 1.0 Owner: Abrazo Software LLC Contact: privacy@abrazo.dev
This Data Deletion Policy ("Policy") describes how users of DanceLedger, operated by Abrazo Software LLC, may request deletion of their account and associated personal data, and how the Company processes those requests. It operationalizes the right to erasure under GDPR Article 17 and analogous state-law deletion rights in the United States.
Users may request deletion of their DanceLedger account by either of the following methods:
POST /api/account/delete from a signed-in session (surfaced in the web application Settings page and, where supported, the mobile application).privacy@abrazo.dev from the email address associated with the account. Support staff verify the requester's identity before initiating deletion for email-based requests.There is no fee for requesting deletion. A user may request deletion at any time, and the Company does not condition continued service on retention of personal data beyond what is necessary to deliver the service.
Upon a valid deletion request, the Company immediately performs a soft delete:
deletedAt timestamp."Deleted User" and their avatar is removed.Soft delete takes effect within seconds of the request being accepted and is irreversible from the user's perspective without a separate, authenticated restore request made within the 30-day soft-delete window.
An automated cron job runs nightly at 03:00 UTC and permanently removes all data associated with accounts whose deletedAt timestamp is more than 30 days in the past. Hard purge covers:
receipts/{userId}/*.rcAppUserId do not re-create an entitlement./item/remove so that Plaid ceases fetching transactions for the account.The hard purge job is idempotent and re-runs the following night if any step fails, with monitoring and alerting on persistent failures.
The following categories are intentionally not deleted and are retained per the Data Retention Policy and applicable legal obligations:
paidBy identity is replaced with "Deleted User" and personal identifiers are severed.This Policy implements the right to erasure under GDPR Article 17 for users in jurisdictions where that right applies. Users may request deletion at any time for any reason, and the Company will complete the request within 30 days of receipt, with soft delete taking effect immediately and hard purge completing automatically within the subsequent 30-day window. Where the Company must retain certain records to comply with a legal obligation or to establish, exercise, or defend legal claims, those records will be retained only to the extent and for the duration strictly necessary.
The user receives an email confirmation at two points:
Confirmation emails are sent from privacy@abrazo.dev and include a reference identifier so that users and support staff can correlate the deletion lifecycle.
This Policy is reviewed at least annually and whenever the deletion mechanics, storage architecture, or applicable regulation materially changes. Material changes are versioned at the top of this document.