Closing windows with Tk

Hello, I create more windows during my application and some of this
must be closed after push on the button “validate”. But I must not
destroy class’s values (this class is just to make a GUI to demand a
data )

How can I close windows without destroy class’s instance?