Hi folks,
I have an IG app that automates replies to DMs, and I implemented the authorization using Instagram Business Login.
I'm subscribing to the updates of an IG account using the access token I received from OAuth, but I'm wondering if there's a way to unsubscribe from webhooks to stop receiving an account's updates (when a user wants to disconnect from my app).
If possible, I also want to revoke the access token so we can safely remove it from our backend.
I didn't find anything related to this in the docs. Has anyone been able to do this successfully?