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 delete_account_controller_settings(server, account_id, id) uri = account_controller_setting_uri(server, account_id, id) response = http_client.make_delete_request(uri) build_response(response) end |