Delete
Route handler (method) Decorator. Routes HTTP DELETE requests to the specified path.
const Delete: (path?: string | string[]) => MethodDecorator;
Route handler (method) Decorator. Routes HTTP DELETE requests to the specified path.
const Delete: (path?: string | string[]) => MethodDecorator;