• This controller will unsubscribe user from marketing emails

    Author

    aayushchugh

    Parameters

    • req: Request<{
          id: string;
      }, any, any, ParsedQs, Record<string, any>>

      express request

    • res: Response<any, Record<string, any>>

      express response

    Returns Promise<undefined | Response<any, Record<string, any>>>

Generated using TypeDoc