Method: ApiClient#delete_credential
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#delete_credential(server, account_id, credential_type) ⇒ Object
140 141 142 143 144 145 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 140 def delete_credential(server, account_id, credential_type) uri = credential_uri(server, account_id, credential_type) response = http_client.make_delete_request(uri) build_response(response) end |