kohttp
Search
⌃K
Introduction
Core
Synchronous calls
Asynchronous calls
async GET
async POST
async PUT
async HEAD
async DELETE
async PATCH
async Generic requests
async Upload files
Response usage
Interceptors
Customisation
Experimental features
History
Changelog
Powered By GitBook

async DELETE

You can use same syntax as in POST​
val response: Deferred<Response> = httpDeleteAsync { }
Previous
async HEAD
Next
async PATCH
Last modified 4yr ago