pub fn delete_block( store: &WaveStore, tab_id: &str, block_id: &str, ) -> Result<(), StoreError>
Delete a block from its parent tab and prune it from the layout tree.