Remove Customer PII

Causes Optimove to delete all personally identifiable information associated with specified customer IDs.

📘

For any further info, read here


Notes

  • A maximum of 50,000 customer IDs may be included in one call.
  • The response would be an empty array unless there were a failure in erasing the PII of one or more specified customer IDs, in which case the failed ones will be returned in this array. The most common reason for failure is that the customer ID was not found in Optimove’s database.
  • The response will only return failed customer IDs that Optimove has never received previously. Customer IDs that were previously deleted from Optimove and sent again for removal will not be returned.

Sample Request

{"CustomerIDs":["A8272","A916537","A13521","A286571","A792414"]}

Sample Response

{"FailedCustomerIDs":["A8272","A792414"]}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!