Manage a customer (synchronous API)

Request PII removal for a customer

post

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

Authorizations
AuthorizationstringRequired

For system access use case, use API key/secret in the Authorization header, the API key should be set up with sufficient role.

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
/v1/customers/{customerId}/requestPIIRemoval
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