Deleting by a list of Maestra IDs is straightforward. Deleting by email takes a few extra steps, outlined below.
High-level approach
- Create a marker action that you’ll assign to every customer you want to delete.
- Import that action from a file containing the email list.
- Build a filter that matches customers who received the marker action.
- Delete the matched customers.
Step-by-step
1. Make sure you have a marker action template
Confirm that your project has a marker action template intended for deletion. If it doesn’t, create one first.2. Assign the action to your customers
Prepare a CSV file with a single column namedEmail listing the addresses to delete.
Import the file using the Customer action import with identification by email operation. See How to bulk import actions from a file for the full workflow.