Hello, I have the following situation:
I want to edit or delete or revoke the "xyz" for the following command:
curl -X POST -u "xyz" https://bitbucket.org/site/oauth2/access_token -d grant_type=client_credentials
how can I do this? What I have tried so far:
Hi @Vladimir and welcome to the community!
If you want to delete an OAuth consumer in Bitbucket Cloud, you need to know which workspace this consumer belongs to and also have admin access to this workspace.
If you don't remember which workspace this OAuth consumer belongs to, then after you log in to https://bitbucket.org/, I would suggest opening this page
This page will show you all workspaces your Bitbucket Cloud account has access. You can then open each workspace and go to its Workspace settings > OAuth consumers and see if you can find the consumer with this specific Key and Secret.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.