Code for destroying a view and calling onDestroyed callbacks

hey

I’m looking for a way to destroy a View which was created using Blaze.renderWithData, while still invoking the View’s onDestroyed callbacks

I’ve tried Blaze.remove, but it doesn’t invoke the callbacks

any advice?