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