Method: Code42::API::Org#deactivate_org
- Defined in:
- lib/code42/api/org.rb
#deactivate_org(id = 'my', attrs = {}) ⇒ Object
74 75 76 |
# File 'lib/code42/api/org.rb', line 74 def deactivate_org(id = 'my', attrs = {}) object_from_response(Code42::Org, :put, "OrgDeactivation/#{id}", attrs) end |