Is it possible to delete Firebase Console (and/or Google Cloud) project, but keep Firebase Studio project?

At some point in development of some of my project, I have started enabling some Firebase console features like Firestore Database. At the time, I did not edit the Project ID from default settings. Now, the default Project ID is part of the Published Webapp URL.

I see from a forum and web search, you cannot change the Project ID once confirmed.

However, is it possible too delete the entire Firebase Console (and/or Google Cloud) project (the backend), but have my Firebase Studio project (the frontend) intact?

The Firebase project is independent of the project in firebase studio.

So deleting the firebase project won’t delete the firebase studio project.

Thank you! This helps with another issue, through development various API’s have been enabled that no longer have a role in the final project. By deleting the Firebase server side project, I can clean it out quickly.