# File lib/fog/identity/openstack/v3/models/roles.rb, line 32 def destroy(id) role = find_by_id(id) role.destroy end