kobweb
Toggle table of contents
0.25.0
js
Target filter
js
Switch theme
Search in API
Skip to content
kobweb
browser-ext
/
com.varabyte.kobweb.browser.http
/
HttpFetcher
/
delete
delete
suspend
fun
delete
(
resource
:
String
,
headers
:
Map
<
String
,
Any
>
?
=
FetchDefaults.Headers
,
redirect
:
RequestRedirect
?
=
FetchDefaults.Redirect
,
abortController
:
AbortController
?
=
null
)
:
Response
(
source
)
Call DELETE on a target resource.
See also
tryDelete
, which will return null if the request fails.