BigQuery Drop view
Deletes a view definition. The underlying data in the tables is not affected
Drop view example
DROP VIEW IF EXISTS mydataset.myview
Syntax reference
DROP VIEW [IF EXISTS] view_name
Deletes a view definition. The underlying data in the tables is not affected
DROP VIEW IF EXISTS mydataset.myview
DROP VIEW [IF EXISTS] view_name