
Announcements
Greetings!
I am trying to remove a PowerApps Connection. If I try this from make.powerapps.com, (where I am told "This connection isn't being used by any apps or flows."), I get this message:
The caller with object id 'xxx' does not have the minimum required permission to perform the requested operation on connection 'yyy' under API 'shared_oracle'.
I have the role of PowerPlatform administrator. Attempting to use the Power Apps cmdlets for app creators and specifically this command:
Remove-PowerAppConnection -withswitchescorrectlyset
I get 403 - Forbidden
Anyone have a suggestion how to remove this connection?
thanks in advance
An update on this.. After changing the cmdlet to:
Remove-AdminPowerAppConnection
I was able to remove the connection the next day. Unsure whether this was due to the cmdlet change or some kind of Office 365 delay.