how to remove scaffold - model's, controller's and views

Is there a script to run that removes all the files that would be created by the generate command - "script/generate scaffold widget name:string description:text"

thanks

Instead of "script/generate" you can just use "script/destroy":

"script/destroy scaffold widget"