Add "delete device" button on the device page
In the Home Assistant Core 2022.3 release, Erik Montnemery added support for any integration to opt in to show a "delete device" button on the device page in the Home Assistant interface.
See our developer documentation for how to implement this in an integration.
https://developers.home-assistant.io/blog/2022/02/28/opt-in-remove-device/
Could be very helpful for BLE Monitor. Will add this in a future release.
The delete device button will appear in the device menu, like this.

I would dearly like to see this as a feature. I am not sure where the onus lies to implement this, perhaps in this component or perhaps in the homeassistant core, but it would be far less unwieldy than the existing interface. Don't get me wrong, I love and leverage this component in my smart home and appreciate hugely that it has been developed. But the ability to delete in a standard way would ice the cake for me :)
Thanks for your consideration and all your development efforts