Method: Chef::Org#dissociate_user
- Defined in:
- lib/chef/org.rb
#dissociate_user(username) ⇒ Object
111 112 113 |
# File 'lib/chef/org.rb', line 111 def dissociate_user(username) chef_rest.delete "organizations/#{name}/users/#{username}" end |