delete
fun Route.delete(path: String, body: PipelineInterceptor<Unit, ApplicationCall>): Route
Content copied to clipboard
Builds a route to match DELETE
requests with specified path
fun Route.delete(body: PipelineInterceptor<Unit, ApplicationCall>): Route
Content copied to clipboard
Builds a route to match DELETE
requests