Method: BridgeAPI::Client::SubAccount#deactivate_sub_account

Defined in:
lib/bridge_api/client/sub_account.rb

#deactivate_sub_account(subaccount_id, params = {}) ⇒ Object



18
19
20
# File 'lib/bridge_api/client/sub_account.rb', line 18

def (subaccount_id, params = {})
  put("#{API_PATH}#{ADMIN_PATH}#{SUB_ACCOUNT_PATH}/#{subaccount_id}/disable", params)
end