Is there a way to delete a class from the database? I am implementing a cleanup script and I can only destroy records within a class, but I cannot delete the class itself as in the UI. Is there a way to programatically do it such as
Morals.Cloud.extend('TableName
).delete()`
Also, Is there a way of listing classes in the database?