What you could do is place a “On Level Loaded” event in your Level Blueprint, and in that event, find all actors of your class and destroy them.
Alternatively, you might be able to set the UCLASS as Transient in C++ but I am not sure if that would work.