• Removes a list of items starting from the end.

    Parameters

    • solutionSummary: ISolutionPrecis
    • hubSiteItemIds: string[]

      List of ids in itemIds that are for Hub Sites

    • authentication: UserSession

      Credentials for the request

    • percentDone: number

      Percent done in range 0 to 100

    • progressPercentStep: number

      Amount that percentDone changes for each item deleted

    • deleteOptions: IDeleteSolutionOptions = {}

      Reporting options

    Returns Promise<ISolutionPrecis[]>

    Promise that will resolve with a list of two solution summaries: successful deletions and failed deletions. Ignored items (e.g., already deleted) will not be in either list.