Hi,
I'm trying to call this endpoint:
curl -I --user ${ADMIN_USRNAME}:${ADMIN_PWD} -H 'Accept: application/json' -X DELETE ${CONFLUENCE_BASE_URL}'/rest/plugins/1.0/'${APP_KEY}'-key' 2>/dev/null
which uninstall a marketplace App using REST API(the API from here). I don't have access to the user and password, only to the access_token(JWT). Is there a way to uninstall it with the access_token or any other way?
Uninstalling a Confluence Marketplace app directly with an access token -JWT is not possible.
The method you referenced depends on basic authentication with username and password.
More information can be referred in the article - Uninstalling apps | Atlassian Support | Atlassian Documentation
View and Revoke OAuth Access Tokens | Confluence Data Center 8.9 | Atlassian Documentation
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
Thank you. It's most helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.