Data Protection: User Deletion Requests
How to anonymize a user
Get email associated with the account from user deletion request
Open admin and navigate to “Users”
Search for the user and copy user ID
Example: https://admin.com/#/users/ecb31f97-dd0b-4ed4-af6a-3f80d68dbd69/show.
Open google sheets “Deleted Users” and enter user info
Open postman and provide your authToken
Get user
https://api.com/api/users/ecb31f97-dd0b-4ed4-af6a-3f80d68dbd69
Delete user
Get user again to check if deletion was successful
Notify customer service that the customer account has been removed successfully (IMPORTANT)
The API call anonymized the user in the database but also removes it from chargebee, mailchimp and autopilot.
Last updated