Delete app

Say I run:

rails appname #generates the Rails App “appname”

And it creates the entire folder structure.

Is there a command to delete the entire app?

Just delete the directory “appname”?

On linux I use “rm -Rf appname”