Remove this role via the REST API
218 219 220
# File 'lib/chef/role.rb', line 218 def destroy chef_server_rest.delete("roles/#{@name}") end