07 - Data Deletion Process
A transparent, secure, and fully compliant workflow for requesting, verifying, and permanently erasing your data from the CloudNexus platform.
CloudNexus is committed to data minimization and user sovereignty. This document outlines the standardized lifecycle for data deletion requests, ensuring alignment with GDPR, CCPA, SOC 2, and industry best practices.
Upon completion, all personally identifiable information (PII), application data, logs, and backups associated with your account will be permanently erased. System-level metadata required for legal compliance will be retained in anonymized form for up to 24 months.
Deletion Lifecycle
The process follows a five-stage pipeline designed to prevent accidental data loss while ensuring swift, verifiable erasure.
Request Submission
Initiate deletion via the Dashboard, API, or support ticket. The system generates a unique request ID and pauses all automated backups.
ImmediateIdentity & Authority Verification
Multi-factor authentication and administrative privilege checks are enforced. Secondary approval is required for enterprise accounts.
1–4 hours14-Day Cooling Period
A mandatory grace period allows accidental or coerced requests to be canceled. During this window, data remains read-only and inaccessible.
Fixed windowSecure Erasure & Sanitization
Data is cryptographically shredded across all primary storage, secondary replicas, and edge caches. Database indices and object stores are purged.
2–7 business daysConfirmation & Audit Logging
A signed deletion certificate and immutable audit trail entry are generated. The account transitions to TERMINATED status.
How to Request Deletion
Dashboard UI
Navigate to Settings > Account > Data Management and click "Request Account Deletion". Follow the guided workflow.
REST API
For programmatic workflows, use the following endpoint:
POST /v1/accounts/{account_id}/data/delete
Authorization: Bearer <API_KEY>
Content-Type: application/json
{
"reason": "compliance_review",
"include_backups": true,
"notify_admins": true
}
The API endpoint requires the admin.delete scope and will trigger the cooling period automatically. Dry-run mode is available by appending ?dry_run=true.
Email & Support
Submit a verified request to privacy@cloudnexus.io with the subject line: DATA DELETION REQUEST - [Account ID]. Our compliance team will respond within 24 hours.
Compliance & Legal Framework
- GDPR (Articles 17 & 20): Right to erasure and data portability are fully supported. Export bundles are available prior to deletion.
- CCPA/CPRA: California residents may opt out of sale/sharing and request deletion. Service animal and business exceptions apply.
- SOC 2 Type II: All erasure operations are logged, verified by independent auditors, and meet cryptographic destruction standards (NIST SP 800-88).
- Data Residency: Deletion respects regional data boundaries. Cross-border replication is synchronized prior to purge.
Frequently Asked Questions
Our Data Protection Officer (DPO) team is available at dpo@cloudnexus.io or via the secure support portal for complex compliance queries.