How Do You Delete a Model

How do you delete an entire model from the Business Logic console, please?

I deployed a project yesterday while working with support to solve another problem. I wasn’t ready to deploy, and am regretting it. In the console, I now get the message “Your application has exceeded a limit of the Business Logic deployment size on the current plan. All API calls will be blocked within 48 hours after the limit is exceeded.” I removed all the files using the coding tab, then hit Save, but the model remains. I’d like to start from scratch until I can figure out how to reduce the size of my node_modules.

Thank you

You can delete individual services, timers and event handlers. Alternatively, you can create a minimal “hello world” service in the same model and deploy it. When a model is deployed, everything in the same model on the server is deleted.