The DROP PROJECT statement deletes the project.
DROP PROJECT
Here is the syntax:
DROP PROJECT [IF EXISTS] project_name;
On execution, we get:
Query successfully completed