You can drop a view by using the DROP VIEW clause. The way to drop a view is the same as to drop a regular table.
DROP [ VIEW | VCLASS ] view_name [ { ,view_name , ... } ]
DROP VIEW b_view;