NewtonDestroyBody()

you additionally could use NewtonBodySetDestructorCallback() to set a function which gets called when you use NewtonDestroyBody(). in the callback you could do the ent_remove() and other cleanup things if necessary.