Hello there,
So, I have my own API and I was successful to integrate it with microsoft flow using a custom connector, creatings its triggers and actions. When I create a flow it sends a callback_url to my API and I can post in this url to trigger microsoft flow. So my question is, is it possible to when the flow is deleted or edited it send a message to my API saying to it unsubscribe? Because, nowadays if I delete the flow my API will still try to post to the callback_url because it will not know that it was deleted.
I have read in some documentations talking about unsubscribe when you delete a flow or edit the connector but I was not successful to do it work.
Thanks in advance.