Options
All
  • Public
  • Public/Protected
  • All
Menu

Module routes/metanomeResults/delete

Index

Functions

  • deleteMetanomeResults(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>): Promise<void>
  • First tries to delete the metanome result identified by its file name (containing an UUID) from the index file. Only if that was successful, also try to delete the actual file

    Parameters

    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
    • res: Response<any, Record<string, any>>

    Returns Promise<void>

Generated using TypeDoc