I do found some scripts that works very well, unfortunately they do reset all DataRecorders from the document.
It is possible to adapt them to clear the data only in some specified ones?
ResetDataRecorders_c.gh (7.3 KB)
P.S. Found a solution that works:
if reset_Cycle:
obj.ClearData()
obj.DestroyRecordedData()
obj.ExpireSolution(True)