Request PII removal for a customer using the given order ID
post
Request PII (Personally Identifiable Information) removal for a customer using the given order ID.
Authorizations
Path parameters
orderIdstringRequired
The identifier of the Order.
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 the external reference identifier is not unique on the site.
application/json
404
* Customer cannot be found.
application/json
post
POST /v1/orders/{orderId}/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"
}
}