Skip to content

defineDelete

defineDelete(config, execute): object

Defined in: define-route.js:83

Type-inference helper for DELETE routes. Alias for defineGet — DELETE routes share the same auto-included url typing as GET.

object

Middleware configuration (without execute).

Function

Route handler receiving the inferred accumulator.

object

RouteConfig object with config and execute merged.