Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.api
/
typedDelete
typed
Delete
inline
fun
<
Res
:
Any
>
Route
.
typedDelete
(
path
:
String
=
""
,
doc
:
OpenApiDoc
=
OpenApiDoc()
,
noinline
body
:
suspend
RoutingContext
.
(
)
->
Unit
)
(
source
)