Description
Add the ability to remove datasets.
Additional details
Don't actually delete them, but remove them from appearing on the admin page. Basically, we could add a isRemoved boolean field to the datasets table. If isRemoved is True, it would not display that dataset on the web page.