This script helps you to delete the Google Drive files using Python.
Auththenticate your Google Drive with Google Cloud Console in OAuth Section and get the Client secret json token.
Create a files_to_delete_list.txt (i.e., Which files needs to be delete should be specified inside this txt file)
Install PyDrive.
pip install pydrive
Run the python program.