# PRIVACY_CONFIRMATION_REQUIRED

- Surface: API
- HTTP status: 409
- Details: `{ confirmationRequired: true, confirmationExpiresAt: string }`

## Cause

A destructive privacy job was submitted without confirmation. These erase subject data irreversibly across every store.

## Fix

Resend with the confirmation before `details.confirmationExpiresAt`. The window is deliberately short so a stale confirmation cannot authorize a later, different deletion.

## Related

- [PRIVACY_JOB_FAILED](https://splitch.dev/docs/error/PRIVACY_JOB_FAILED)
- [PRIVACY_JOB_NOT_FOUND](https://splitch.dev/docs/error/PRIVACY_JOB_NOT_FOUND)

Source: https://splitch.dev/docs/error/PRIVACY_CONFIRMATION_REQUIRED