Skip to content

Delete

const Delete: (path) => (target, propertyKey, descriptor) => void

Defined in: src/decorators.ts:135

Decorator: Binds a method to the DELETE HTTP verb.

string = "/"

(target, propertyKey, descriptor): void

any

string

PropertyDescriptor

void