# File lib/fog/rackspace/models/block_storage/snapshot.rb, line 39
        def destroy
          requires :identity
          service.delete_snapshot(identity)
          true
        end