Remove Devices From Alexa

I fear this is impossible. But I try to ask anyway:
How to remove all my Homeassistant entries from Alexa.

I added them unfitted at first, but there are far too many. Some automation names are blocking devices with equal names, and so on.

I want to start fresh:
Remove ALL Homeassistnat-related entities. And then re-link it.

After disabling the integration, the devices remain.
Now what? Delete one after another?

It used to work apparently on

But dickheads at Amazon decided to worsen customer experience even more by forcing the shitty app and disabling a normal web interface.

Please tell me I have to delete my account or remove 300 devices by hand.

1 Like

AFAIK, since they shut down the browser portal, you have to manually delete them one-by-one via the Alexa app… I guess they figure if they make it inconvenient enough, people won’t remove devices and Amazon can keep amassing data…

I totally agree.

I’m pretty sure that removing them by hand is the only option.

But even with the web UI you still had to remove them by hand. But it was just way easier because it was only one click on each one in the list to remove it.

Now you need to open each item individually and dig into the settings to delete it in there.

Super frustrating.

And what’s worse is that the data they are amassing likely is totally useless to them if the devices themselves no longer exist.

2 Likes

It’s not technically useless to them, because they use it to inflate their claims about the number of user-specific data points they tell their data clients are available for purchase… it’s not fraud, it’s statistics.

1 Like

So was anyone able to remove device from the Alex integration?

I am looking for this myself. The only thing I could ever find was this python script, but I am no programmer so I have no idea how to do this. Really wish there was an easy way to remove these devices as I like testing out new things and it just slows the app down if I need to go into it for any reason.

2 Likes

Just in case anyone runs into this post sometime down the line. While there is no way to bulk delete from the list there is a way to remove everything if you accidentally added an empty blocklist matter bridge and added EVERY single entity that matter allows. (in my case anyway, but may work for others) If you click on a device in the devices tab and then click the gear icon, under general, connected via, mine says habridge (my matter bridge name) if you click that you can click the new trashcan which will remove all the devices “connected” with the integration. Then you can do it the proper way the second time! :grin:

Hope this helps.

I had the same problem.
Nearly 500 HA devices were imported. :sob:
I had also some “ghost” devices in the app.
I spent the last day to get the Python-Delete-Alexa-Devices working (but without success)

But I want to share the javascript solution, I’ve found:

Would be happy, if someone can confirm that this works (or not)

1 Like

Thank you very much, this save me a lot of time (more than 200 devices). The working link for me from Spain location was https://layla.amazon.com/api/behaviors/entities?skillId=amzn1.ask.1p.smarthome

I love you. Worked perfectly and quickly.

Is the link still working for anyone else as I get “This page isn’t working”?

I have over 500 devices added by HA that I need to get rid of.

This WORKED! THANK YOU!