Manage orders (synchronous API)
Request PII (Personally Identifiable Information) removal for a customer using the given order ID.
Authorizations
AuthorizationstringRequired
Provide the API key/secret in the Authorization header for system access.
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
/v1/orders/{orderId}/requestPIIRemovalLast updated
