Avnology ID
API ReferencePrivacy

Request Account Deletion

Queue a 30-day grace account deletion.

Endpoint

POST /v1/privacy:requestAccountDeletion

Base URL: https://<Domain id="api"/>

Authentication: User session.

Queues the authenticated identity for deletion at now + 30d. Existing sessions remain active during the grace window unless revoke_sessions: true is set. After the grace window, identity records are tombstoned and personal data is scrubbed from all downstream stores.

Request Body

{
  "reason": "OTHER",



FieldTypeRequiredDescription
reasonenumNoOTHER, PRIVACY_CONCERN, DUPLICATE_ACCOUNT, UNUSED
notestringNoFree-form comment
revoke_sessionsboolNoDefault false
cancel_on_loginboolNoDefault true -- signing in during the grace window auto-cancels

Example

Response (202 Accepted)

{
  "id": "del_01H7X3K9Q1",
  "status": "scheduled",
  "scheduled_for": "2026-05-17T12:00:00Z",
  "cancel_url": "/v1/privacy/deletions/del_01H7X3K9Q1:cancel"
}

Export My Data

Request a signed ZIP archive of everything the platform holds about the caller.

Get Data Categories

List the data categories the platform holds about the caller.

On this page