We have created a OAuth app with Event Subscriptions through webhooks. We are looking for a way to unsubscribe to the event notifications for a account through API call. Does the revoke access token endpoint unsubscribe the event notifications for the account? Is there any other API, we can use to trigger the uninstall flow?
Yes, calling the revoke access token endpoint would deauthorize the integration and the user or account associated with that token would no longer be subscribed to events.