Clearing all data in DataStore2

Hello I am developing a game and to test some system I need to wipe all the data in the game. In Datastore2 api I saw .ClearCache() but either I didn’t do it right or it is not the correct way to do it. If anyone has an idea on how to delete DataStore2 data, I would greatly appreciate if you would comment some help below. Thank you.

How to clear DataStore2 data for testing purposes.