Reputation: 3763
When I try and delete my Google Action I am told I must delete its DialogFlow agent first. However, this agent has already been deleted (I deleted all DialogFlow projects, in US, EU2, AS and AU).
I have tried deleting my DialogFlow account, but this did not help.
I have contacted Actions on Google Developer support twice. On the first occasion they suggested I contact the support page. On the second occasion I asked if they could manually delete my action, they said that only the creator of the action could do so.
I would appreciate your advice on the matter. Best, Andy.
Upvotes: 2
Views: 175
Reputation: 3763
DialogFlow Support advised I follow these steps:
To shutdown your project:
- Open the Settings page (found under IAM & admin) in the Google Cloud Console.
- Open the Settings page
- Click Select a project.
- Select a project you want to delete, and click Open.
- Click Shut down.
- Enter the Project ID, then click Shut down.
This did not work. They then advised I delete project 'liens' via instructions here, which involved opening a Google Cloud Shell for the project, typing in
gcloud alpha resource-manager liens list
which gave you the lien's name (e.g. p1061081023732-l3d8032b3-ea2c-4683-ad48-5ca23ddd00e7) and then entering
gcloud alpha resource-manager liens delete [LIEN_NAME]
After doing this, I successfully deleted the pesky Google Action. Hurray!
Upvotes: 4