Functions -
privacy
delete | Delete personally identifiable information (PII) from the PII store |
depseudonymize | Depseudonymize the identifier by retrieving the personally identifiable information (PII) from the PII store |
pseudonymize | Pseudonymize personally identifiable information (PII) and store PII and the pseudonymized identifier in the PII store |
Delete personally identifiable information (PII) from the PII store
Parameters
- store PiiStore
-
storage used to persist the PII and the identifier
- id string
-
pseudonymized identifier to be deleted
-
Return Type
(error?) nil if retrieval was successful, error if retrieval failed
Depseudonymize the identifier by retrieving the personally identifiable information (PII) from the PII store