• Deletes a deployed Solution item and and all of the items that were created as part of that deployment.

    Parameters

    • solutionItemId: string

      Id of a deployed Solution

    • authentication: UserSession

      Credentials for the request

    • Optional options: IDeleteSolutionOptions

      Progress 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) and items shared with more than one Solution will not be in either list. Note that Solution item and its deployment folder will only be deleted if all of its deployed items were deleted (the failure list is empty). This makes it possible to re-attempted deletion using the solutionItemId.