Удалить запрос с тем, где условие в codeigniter


	$this->db->where('id', 2);	
	$this->db->delete('table_name');
	
Black Bat