node_test
    Preparing search index...

    Variable DeleteConst

    Delete: (path: string, options?: { contentType: string }) => MethodDecorator = ...

    Type declaration

      • (path: string, options?: { contentType: string }): MethodDecorator
      • Parameters

        • path: string
        • Optionaloptions: { contentType: string }

        Returns MethodDecorator

    Delete

    A method decorator for defining a DELETE route.