In this PR #591 the --rm flag has been introduced to remove the network’s data when tearing down the network. This is great for automatically cleaning up after initialization.
It could be good to also provide a simple command for removing existing data independently. For example, we already have pop clean cache, which lets users remove binaries stored by the Pop CLI. In a similar way, we could add pop clean data to explicitly remove a network’s data when needed.