We can delete a folder in Colab provided that there are not any other sub-folders. If we try to delete a nested folder (“saved model” in our case), we get the following message.
We can easily delete the folder by running the following UNIX command:
!rm -rf /content/saved_model/