Problem

As with release 21.11.00.00, there is no built-in method to remove unused target system instance from within the web portal. As a workaround, the target system instance can be removed leveraging the ReST interface of IGAnow.

Solution

The following steps are required to delete a unused target system instance:
  1. download the attached powershell script Del_TargetSystemInstance_ReST.ps1
  2. retrieve the name of the target  system instance to be deleted from the web portal 
  3. call the powershell script with the following syntax:
.\Del_TargetSystemInstance_ReST.ps1 -CustomerID "demopartner.sandbox" -IAMcloudInstance "iamtest.cloud" -User "user.partner@partnerdomain.dns" -UserPwd "SecretPassword123!" -TargetSystemInstance "Azure AD 1"
POWERSHELL