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