How to delete records of sample data

benji
edited May 21 in General Q & A

Hi, how do I delete large amounts of records of sample data? I don't see an option in the UI. I'm using the Save Sample Data step.

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

Sign In or Register to comment.