---
title: "Request PII removal for a customer using the given order ID"
method: POST
path: "/v1/orders/{orderId}/requestPIIRemoval"
tags: ["Manage Order (Synchronous API)"]
---

# Request PII removal for a customer using the given order ID

`POST /v1/orders/{orderId}/requestPIIRemoval`

Request PII (Personally Identifiable Information) removal for a customer using the given order ID.

## Path parameters

- `orderId` string, required

## Response `200`

Successful response.

- PostRequestPIIRemovalResponse
  - `piiRemovalResponse` object
    - `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.' — Description
    - `status` 'received' — Status

## Other responses

- `400` — * Bad request.
- `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.
- `404` — * Customer cannot be found.

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-admin-apis/revisions/a6efafc1669c/schema)
