How to delete records of sample data
Comments
-
When using the Save Sample Data step, it saves all of its records to the flow_data_sample table. This table is safe to delete from. So to delete all of the records from the table, you'd run the query:
Truncate table flow_data_sample
