Users
This method is useful when you need to anonymize user data for GDPR compliance.
Response
curl --request DELETE \
--url https://api.changelogfy.com/v1/users/privacy \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "x-project-token: ${YOUR_APP_ID}" \
--data '{
"user_id": "USER_ID"
}'
Response
{
"status": "success",
"message": "User anonymized successful."
}
Updated on: 10/13/2023
Thank you!