# File lib/fog/brightbox/models/compute/database_snapshot.rb, line 40
        def destroy
          requires :identity
          merge_attributes(service.destroy_database_snapshot(identity))
          true
        end