When deleting the machine from the machine catalog, the console appears to be stuck deleting machines on the "Please wait...,. Removing Machines" screen. The progress bar doesn't move during that time and the user is unable to cancel it.
Downloaded the remote PowerShell SDK from the following location: https://download.apps.cloud.com/CitrixPoshSdk.exe
Install the SDK.
Launch the PowerShell on the local computer with admin privileges.
Run the following commands:
asnp citrix*
Get-XDAuthentication
Login with the cloud admin account.
Run the PowerShell command:
Get-BrokerCatalog
Copy the catalog name.
Remove-BrokerCatalog -Name “Name of the Catalog“.
Check the Studio and verify Machine catalog is removed successfully