# File lib/fog/openstack/models/identity/user.rb, line 57 def destroy requires :id service.delete_user(id) true end