API to uninstall public integrations

Hello,

We have an app which installs and connects to sentry public integration using the oauth flow as described here Integration Platform | Sentry Documentation. This is great.

Now, is there an api we can use to revoke the access_token and uninstall the connected app.

I understand, the user can go to the sentry installed app and manually click uninstall - but is there an api which does the same. In our use case, we dont want the user goto sentry to uninstall, instead our app should do it on behalf of the user.

Thanks,

Krishna.