The Drop Class command removes a class from the schema. NOTE: Pay attention to maintain the schema coherent. For example avoid to remove classes that are super classes of others. The associated cluster won't be deleted.
DROP CLASS <class>
Where:
Remove the class 'Account':
DROP CLASS Account