I have set up the Flow that will delete unautorised created environments.
All works fine upubtil it gets to the Delete Environment acction in th Power Platform Admin connector.
Although the connector actually does delete the environment the connectors still gives an error and th flow will fail and not move to th next steps/actions.
I pass in parameters to th connectore
my Environment ID,
and
API Version: 2018-10-01
and teh response from the action is
"statusCode": 404,
"message": "Resource not found"
and the flow fails, but as I said it seems to perform th delete action as the Environment is gone?
How can I get around this fault and get a Success response/status code as expected here?