I am trying to just clear the test data I sent to my database. How do I quickly refresh/clear this out?
Just create a action with a Advanced query with the statement:
DELETE FROM {YourEntity1};
DELETE FROM {YourEntityX};
For all entities in module, taking into account the references between the entities