tsoa-next / @tsoa-next/runtime / Delete
Function: Delete()
ts
function Delete(value?): MethodDecorator;Defined in: packages/runtime/src/decorators/methods.ts:29
Marks a controller method as handling HTTP DELETE requests for the given relative path.
Parameters
value?
string
Returns
MethodDecorator
