I manually removed all data from Google Cloud Datastore using delete button on https://console.cloud.google.com/datastore/entities/query. However, when I checked indexes they are still remaining and there is no delete button on https://console.cloud.google.com/datastore/indexes. I tried to use console command
gcloud datastore cleanup-indexes
But this command does not help.
Are there any way to clean the indexes?