deleteD

inline fun <T : Any> Route.deleteD(noinline body: suspend PipelineContext<Unit, ApplicationCall>.(T) -> Unit): Route

Defines a delete route handler for the given resource, additionally registering its description.