Skip to main content
POST
/
v1
/
consumer
/
privacy
/
delete-account
curl -X POST https://api.truthlocks.com/v1/consumer/privacy/delete-account \
  -H "X-API-Key: tlk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"reason": "No longer using the service"}'
{
  "job_id": "prv_delete_def456",
  "status": "PENDING",
  "created_at": "2026-03-25T12:00:00Z"
}
Request permanent deletion of your account and all associated data. This removes your profile, protections, credentials, signing keys, and activity history. Deletion requests are processed within 30 days in compliance with data protection regulations. You can continue using your account until processing begins.
Account deletion is irreversible. All attestations, protections, and credentials linked to your account will be permanently erased. Existing proof pages and verification badges will stop resolving.

Parameters

reason
string
Optional reason for the deletion request, recorded in the audit log.

Responses

{
  "job_id": "prv_delete_def456",
  "status": "PENDING",
  "created_at": "2026-03-25T12:00:00Z"
}
curl -X POST https://api.truthlocks.com/v1/consumer/privacy/delete-account \
  -H "X-API-Key: tlk_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"reason": "No longer using the service"}'

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Body

application/json
reason
string

Optional reason for the deletion request, recorded in the audit log.

Response

Deletion requested

job_id
string
status
enum<string>
Available options:
PENDING
created_at
string<date-time>