What's purge import data process?

Import Management periodically runs an automatic process that purges all data associated with import jobs. This process purges data older than 7 days by default. You can extend this time to 30 days by setting the value in the profile option ZCA_IMPORT_PURGING_DURATION.

If you wish for the data to be purged instantaneously on job completion, you can do the same using the ZCA_IMPORT_PURGE_ON_JOBCOMPLETION profile option. The default value for this profile option is Y and impacts data for all objects except the ones registered as 'ObjectPostProcess'

Alternately, if you want to control purging through the UI from the Import Object Details Page, you can set the ZCA_IMPORT_PURGE_FROM_UI profile option to Y to display the purge option on the Import Object Details page.