Merchant-initiated GDPR Art. 17 erasure of a participant
POST/api/v1/programs/:programId/partners/:participantId/erase
Anonymises PII for a single ParticipantRecord in the merchant's programme. Requires typed confirmation phrase "DELETE".
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
Erasure completed
Confirmation phrase missing or invalid (CONFIRMATION_INVALID)
Unauthorized
Access denied (ACCESS_DENIED)
Participant not found (PARTICIPANT_NOT_FOUND)
Already erased (ALREADY_ERASED) or payout blocking (ERASURE_BLOCKED_PAYOUT)
Rate limit exceeded