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
application/json
objectOptional
application/json
application/json
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"
}
}