Method: ApiClient#delete_account_controller_settings

Defined in:
lib/uffizzi/clients/api/api_client.rb

#delete_account_controller_settings(server, account_id, id) ⇒ Object



367
368
369
370
371
372
# File 'lib/uffizzi/clients/api/api_client.rb', line 367

def (server, , id)
  uri = (server, , id)
  response = http_client.make_delete_request(uri)

  build_response(response)
end