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.plugin
/
PluginEndpointDsl
/
delete
delete
inline
fun
<
Res
:
Any
>
delete
(
path
:
String
=
""
,
doc
:
OpenApiDoc
=
OpenApiDoc()
,
executionPolicy
:
EndpointExecutionPolicy
=
EndpointExecutionPolicy()
,
noinline
handler
:
suspend
PluginRequestContext
.
(
)
->
PluginResult
<
Res
>
)
(
source
)