# File lib/fog/shared_file_system/openstack/models/shares.rb, line 21
        def destroy(id)
          share = find_by_id(id)
          share.destroy
        end