How to update NavMesh in runtime for character avoidance?

Character settings, set to dynamic obstacle:

RecastNavMesh set to Dynamic:

However NavMesh is not updating on any objects, it’s generated at start and if you move any obstacle, nothing happens.
image

My case can be probably fixed with Detour/Rvo, but what if I want to dynamically destroy some obstacle for example?