Hi guys
I created a custom connector that I am using in a collection and different flows in power automate. The main target is to have a one-way sync between a file and contacts for different users in Outlook.
The custom connector, connection and authorization is working as it supposed to be, since I can do actions.
The only issue I'm currently facing is that certain DELETE request when using Graph API are giving me 403's and once every while a success (203? or blank page)
The requests that are giving me these problems are:
So in short: I want to delete certain folders and childfolders in Outlook. In certain instances, it is working, but most of the time I get 403 errors while the flow is unchanged or when testing in the custom connector.
Is there a throttle limit when using a DELETE request in GRAPH API with contactFolders & childFolders
Did somebody experienced this issue also and what is the throttle limit (2 per 5 hours, 10 per day, ...) for these requests?
Thank you for your time.