Hi everyone,
I’m using the Power Platform Admin connector in a flow to automatically delete teams-environments. For this I’m using the action:
“Delete environment by ID (Preview)”
The flow basically works, but I’m getting the following error on the delete action:
The host name 10.0.X.X resolved to IP address 10.0.X.X which is restricted.
So the action is marked as Failed in the run history.
The strange thing is: the environment still gets deleted successfully.
Is there a way to use this action so that it returns “Succeeded” correctly (or is there another recommended action/API to delete environments from a flow)?