What should I do if I need to revoke all authorizations for my application?

It is not possible to revoke authorizations in bulk. This is a deliberate decision to avoid the possibility of revoking multiple authorizations by mistake, so the only way to revoke multiple authorizations is to use our Revoke Authorization API for every user account that needs to be revoked.

In order to revoke authorization for a user, you will need to make a POST call to the Revoke Authorization endpoint.

Please check our Revoke Authorization page to find the full explanation on how to revoke authorization from a user.