Register a buyer GDPR Art. 17 erasure request
POST/api/v1/merchant/gdpr/buyer-erasure
Registers (or joins an existing active operation for) an async buyer-erasure request scoped to the caller’s workspace. Requires typed confirmation phrase "DELETE". Non-enumerating: an unknown email still returns 202.
Request
Responses
- 202
- 400
- 401
- 409
- 429
- 503
Erasure request accepted (registered or joined)
Confirmation phrase invalid (CONFIRMATION_INVALID) or Idempotency-Key missing/malformed (IDEMPOTENCY_KEY_REQUIRED)
Unauthorized
Idempotency-Key reused for a different identity (IDEMPOTENCY_KEY_REUSED) or the active-operation recovery race (ACTIVE_OPERATION_CONFLICT)
Rate limit exceeded
Feature not yet available (FEATURE_DISABLED)