Router decorator function for the DELETE method.

Path of the HTTP request

Method decorator

  • Parameters

    • Optionalpath: string | string[]

    Returns MethodDecorator

  • Type Parameters

    • T

    Parameters

    • Optionalstringify: IResponseBodyStringifier<T>

    Returns MethodDecorator

  • Type Parameters

    • T

    Parameters

    • path: string | string[]
    • Optionalstringify: IResponseBodyStringifier<T>

    Returns MethodDecorator