doDeleteRequest

open fun doDeleteRequest(uri: URI, headers: Map<String, String>): String

Performs an HTTP PUT request using the given URI.

Return

a String containing the response body of the HTTP PUT request

Parameters

uri

the request URI

Throws