Function: Delete()
Delete(
path?): (target,propertyKey,descriptor) =>void
Defined in: service-core/src/decorators/RouteDecorators.ts:141
Indicates that the decorated function handles incoming DELETE requests at the given sub-path.
Parameters
path?
string
The sub-path that the route will handle requests for.
Returns
(target, propertyKey, descriptor) => void