The CLI purge contacts command
The xConnect DevEx CLI plugin includes a purge command with a contacts subcommand. This command initiates a purge process based on the provided CutoffDays and conditions.
Usage
You can use the command as follows:
sitecore xconnect purge contacts [subcommand] [options]Subcommands
You can use the following subcommands:
|
Subcommand |
Description |
|---|---|
|
|
Register a purge contacts task. |
Options
You can use the following options with the command:
|
Option |
Required? |
Description |
|---|---|---|
|
|
Yes |
The path to the |
|
|
Yes |
The Sitecore environment to use. Default: |
|
|
Yes |
The number of days the contact has not interacted with the brand. For example, Note This option is the only requirement with no default value. There is a list of restrictions for the
|
|
|
No |
The range-bound start percentile for the data extraction. For example, There is a list of restrictions for the
|
|
|
No |
The range-bound end percentile for data extraction. For example, There is a list of restrictions for the
|
|
|
No |
A comma-separated list of additional filter conditions for a contacts purge. Conditions can be customized and registered for further data filtering. For example, The task registration fails if a non-existing condition is specified. A list of unfound conditions is in the CLI output. Note See Walkthrough: Customizing contact purge conditions for more details about limits and how to create custom conditions. |
|
|
Yes |
The batch size for contact data extraction the purge task uses. For example, |
|
|
No |
Report additional diagnostic and performance data. |
|
|
No |
Report additional diagnostic and performance data. |
|
|
No |
Confirm all prompts automatically. |
|
|
No |
Help for the command. |
Examples
The following are examples of the purge contacts command use:
sitecore xconnect purge contacts start -d 180
sitecore xconnect purge contacts start -d 180 --sp 0 --ep 1 -b 200 --cds AnonymousCondition --trace --verboseConfirm or cancel task registration
The purge contacts start command sends a confirmation to the end-user that this command causes data deletion.
The user can confirm task registration by entering Y or y:
A successful task registration returns a task ID that you can keep for further actions, such as getting the task status or canceling the task.
The user can also cancel the task registration with N or n. Any other character entries lead to the cancellation of the task registration with a corresponding notification that the confirmation response was invalid.
You may use option --confirm for silent confirmation of the task registration. In that case, you do not receive any prompts.
The result of the successful task registration is the task ID and sample commands for canceling and getting the status of the purge task.