Manage a customer (synchronous API)

Request PII removal for a customer

post

Request PII (Personally Identifiable Information) removal for a customer.

Authorizations
Path parameters
customerIdstringRequired

The customer identifier of either an authenticated customer or an anonymous customer

Header parameters
x-erid-as-cidbooleanOptional

Set to true if you want to use the external reference identifier (ERID) in the path instead of the customer identifier (customerId).

Responses
200
Successful response.
application/json
post
POST /v1/customers/{customerId}/requestPIIRemoval HTTP/1.1
Host: api.digitalriver.com
Authorization: Basic username:password
Accept: */*
{
  "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