Manage a customer (synchronous API)
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
400
- Bad request.
application/json
401
- Please verify your API key and secret (if applicable) is correct.
403
- Customer with provided external reference identifier is not unique on the site.
application/json
404
- Customer cannot be found.
application/json
post
/v1/customers/{customerId}/requestPIIRemovalPOST /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
