foreach($body as $virus => $status) { if($virus == 'covid-19' && $status == 'true'){ unset($body[$virus]); } }