Forget User API
Once submitted, PureClarity will schedule a task to remove all potentially identifiable data about the user including any email address associated with the user. For security reasons all forgotten email addresses are stored securely as a hashed value which means that the system can tell if the email address has already been forgotten without identifying the original email address. Once a user has been forgotten there is no way to store data again for this user. PureClarity will also never send them any emails.API Base URL
EU Region:https://api-eu-w-1.pureclarity.net/api/user/forget
US Region: https://api-us-e-1.pureclarity.net/api/user/forget
Endpoint
POST /api/user/forget
Anonymize all user data for GDPR complianceRequest Schema
Your store views unique access key. This can be found in the PureClarity Admin console
The secret key provided for all store view level calls. This can be found in the PureClarity Admin console. Remember never to disclose your SecretKey
The unique identifier used to identify the user/account on your site. This should be the same identifier your site sends in customer_detail and order_track events as well as in the user feeds
Example Request
Example Response
Success (200):Important Notes
Once a user has been forgotten, there is no way to store data again for this user. PureClarity will never send them any emails.
The Identifier should match the same value used in:
customer_detailstracking eventsordertracking events- User data feeds
Related Documentation
- GDPR Overview - Complete GDPR compliance guide
- Forget User - Additional GDPR documentation
