<?php
    $array = 'test';
    unset($array["lvl1"]["lvl2"]["b"]);
?>