Skip to content

How to revoke an account's credentials? #442

Discussion options

You must be logged in to vote

you can view & manage connected accounts (including revoking connections) within the Arcade Dashboard here: https://api.arcade.dev/dashboard/auth/connected-users

You can also revoke the account's creds by directly calling the endpoint:

### List user auth provider connections
# @prompt user_id the user ID to list connections for (e.g. you@example.com); leave blank to list all
# @prompt provider_id the provider ID to list connections for (e.g. my-google); leave blank to list all
GET {{engine_url}}/v1/admin/user_connections?user.id={{user_id}}&provider.id={{provider_id}}
Authorization: Bearer {{arcade_api_key}}


### Delete user auth provider connection
# @prompt connection_id the user conne…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by torresmateo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant