Ability to "un-Component" something

Basically, I want to be able to take something that I’d previously made into a component and “uncomponentise” it. Currently, I have to either delete it (not good for version control) or make an instance, detach the instance and then delete component.
I just want to be able to turn the component off so that it’s no longer in libraries etc.

Hey! Thanks for your feedback. We will pass along to our team for consideration.

In the meantime, I’ve found a workaround shared by the community that may help you (by using a plug in):

You don’t need to use a plugin, simply create an instance of the component, detach it, then delete the component.