Requesting PII removal for a customer
Learn how to request PII removal for a customer.
curl --location --request GET 'https://api.digitalriver.com/v1/customers/{customerId}/requestPIIRemoval' \
--header 'Authorization: Basic <API_key>' \
...curl --location --request GET 'https://api.digitalriver.com/v1/customers/{ERID}/requestPIIRemoval' \
--header 'Authorization: Basic <API_key>' \
--header 'header x-erid-as-cid=true' \
...{
"piiRemovalResponse": {
"message": "Due to Digital River's legal and business obligations globally, we need to retain personal data for a defined period of time. Personal data will be removed once this period expires per our data retention policy.",
"status": "received"
}
}Last updated