Anonymise a partner user
Soft-deletes the user: clears email/displayName/phone/countryCode/locale and stamps anonymizedAt. The redemption and claim history is preserved for audit and reporting. A subsequent POST /integrations/users with the same externalUserId revives the row and re-populates the PII. Use this to satisfy partner-side deletion / GDPR-style requests without losing transaction history.
Authorizations
Stripe-style HMAC signature over ${timestamp}.${rawBody} using your partner secret. Format: t=<unix-seconds>,v1=<hex-hmac-sha256>. Also requires the x-partner-slug header to identify your account.
Headers
Path Parameters
The same identifier you used at upsert time.
1 - 255Response
Anonymised. No body.