If you grant an API app access to your data, then you may wish to revoke that access.
To do this, click on your profile icon at the top-right, then click on your name to view your profile settings:
Choose the Grants option, and then click Revoke Access against the API app you wish to revoke.
Note that any access tokens already granted will still work, until they expire. Typically this is 60 minutes after issue. Any new requests for access tokens (via a refresh token) will be rejected with an HTTP 400 Bad Request
and the response:
{ "error": "invalid_grant" }
To regain access, users will have to re-consent to authorizing access.
Comments
0 comments
Please sign in to leave a comment.