Logo
Adyen APIs API Documentation

Submit a Subject Erasure Request.

POST {{baseUrl}}/requestSubjectErasure

Sends the PSP reference containing the shopper data that should be deleted.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"forceErasure":"\u003cstring\u003e","merchantAccount":"\u003cstring\u003e","pspReference":"\u003cstring\u003e"}'

ENDPOINTS