# File lib/fog/nfv/openstack/models/vnfds.rb, line 21
        def destroy(uuid)
          vnfd = get(uuid)
          vnfd.destroy
        end