Manage orders (synchronous API)

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
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"
  }
}

Last updated