Hello,
When working with a Stripe Connect application, there are cases where it is necessary (or at least useful) for the application to be able to disconnect accounts that have authorized access to it. A few examples that come to mind are: responsibly sunsetting an application, deactivating a user due to violation of terms and conditions, closing of an account in the third-party application, etc.
Can you please offer the equivalent disconnection option to the other party in the Stripe Connect relationship – the application, via an API call? Otherwise, it is impossible to tell Stripe to stop sending webhooks for events that are no longer relevant to the app, and telling users to go to their Stripe dashboard and manually disconnect does not really work.
Thanks,
Vlad