delete
inline suspend fun <T : Any> HttpClient.delete(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpResponse
Content copied to clipboard
Executes a HttpClient DELETE request, with a URL built from resource and the information from the builder