# File lib/fog/aws/models/glacier/archive.rb, line 31 def destroy requires :id connection.delete_archive(vault.id,id) end