How do I destroy a toolbar created with new operator?

Do I use the same technique as I would with a modeless dialog box -- call DestroyWindow() and create a PostNCDestroy with a delete this or is a simple delete sufficient?