# File lib/fog/shared_file_system/openstack/models/snapshot.rb, line 33
        def destroy
          requires :id
          service.delete_snapshot(id)
          true
        end