{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/data-protection-subject-erasure-by-psp-reference-request-schema.json", "title": "SubjectErasureByPspReferenceRequest", "description": "SubjectErasureByPspReferenceRequest schema from Adyen API", "type": "object", "properties": { "forceErasure": { "description": "Set this to **true** if you want to delete shopper-related data, even if the shopper has an existing recurring transaction. This only deletes the shopper-related data for the specific payment, but does not cancel the existing recurring transaction.", "type": "boolean" }, "merchantAccount": { "description": "Your merchant account", "type": "string" }, "pspReference": { "description": "The PSP reference of the payment. We will delete all shopper-related data for this payment.", "type": "string" } } }