Method: XClarityClient::RemoteFileServerManagement#delete_remotefileserver_profile

Defined in:
lib/xclarity_client/services/remotefileserver_management.rb

#delete_remotefileserver_profile(serverId) ⇒ Object



19
20
21
22
# File 'lib/xclarity_client/services/remotefileserver_management.rb', line 19

def delete_remotefileserver_profile(serverId)
    response = @connection.do_delete("#{RemoteFileServer::BASE_URI}/"\
                                     "#{serverId}")
end