Only the generator CLI commands have a “destroy” counterpart thy removes the generated assets. See Command Line Interface | RedwoodJS Docs
One way to revert is commit to Git often and then pick commits to prune or to reset to.
Or you can simply see the files added and not yet committed and relive manually.
Not and ideal answer, to be sure, but one that works.