People Core Services: Customer Attribute Deletion of Records
Hi All,
I have created customer attribute example like as below with 3 records with alias id (crs_id)
| id | name | email |
|---|---|---|
| 1 | Jack | jack@email.com |
| 2 | Sam | sam@email.com |
| 3 | Rams | rams@email.com |
Question 1 : How to delete a particular record from data source ?
Question 2 : How to flush/erase all records without affecting customer attribute ?
Regards
Rams