The following steps are required to delete a unused target system instance:
- download the attached powershell script Del_TargetSystemInstance_ReST.ps1
- retrieve the name of the target system instance to be deleted from the web portal
- 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