Data destruction configuration parameters
In the base configuration of ContactManager, data destruction is not enabled. You must set the following configuration parameters in config.xml to enable data destruction:
- PersonalDataDestructionEnabled
– Set this parameter to
trueto enable destruction of personal data. In the base configuration, this parameter isfalse. - ContactDestructionRequestAgeForPurgingResults
– Used by the
RemoveOldContactDestructionRequestwork queue to determine the age of PersonalDataDestructionRequest objects that have a status of Finished. In the base configuration, this parameter is set to 10 days.
