Uninstalling and Cleanup Protegrity Anonymization

Steps to uninstall and cleanup Protegrity Anonymization

To remove the Anonymization SDK and all associated Kubernetes resources:

  1. Clear the deployed release.
helm uninstall pty-anonymization -n anon-ns --wait --timeout 300s
  1. Delete the bootstrap credentials secret.
kubectl delete secret/aws-iam-bootstrap-creds -n anon-ns
  1. Delete the persistent volume claim.
kubectl delete pvc/anon-db-persistent-storage-anon-db-depl-0 -n anon-ns
  1. Clear the namespace.
kubectl delete namespace anon-ns  

Optionally clean up IAM roles and OIDC provider created for this deployment, and any S3 artifacts that are no longer needed.


Last modified : April 09, 2026