Skip to main content
POST
/
v1
/
consumer
/
privacy
/
delete-account
Request Account Deletion
curl --request POST \
  --url https://api.truthlocks.com/v1/consumer/privacy/delete-account \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'
{
  "job_id": "<string>",
  "status": "PENDING",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

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

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>