sachin You can simply unset the instance by using unset or setting the value as null. unset($this->my_library); or $this->my_library = null;