Delete a component
webflow.unregisterComponent(component)
Removes a component definition from the site.
Syntax
Parameters
component: Component - The component to delete
Returns
Promise<null>
A promise that resolves to null.