This is a good way to do it. This is similar to how we would use a capsule when a character is walking around, and then switch to a ragdoll when the character dies.
Some caution is needed though:
The vehicle movement component uses the original physics asset when it creates the vehicle simulation data. Once you spawn the brittle car it’s probably a good idea to remove the vehicle component.
Hope that helps