Apologies if this isn't the correct place for this inquiry.
The documentation at: (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-delete) seems to imply that Oauth 2 implementations should be able to delete webhooks given they have the scope: `delete:webhook:jira`.
But when calling that endpoint I get back "OAuth 2.0 is not enabled for method: DELETE /rest/api/3/webhook/refresh" I do have the required scopes.
In my dev env I had a temp URL set to callback URL for the webhook when first creating the webhooks. And as I can't delete it I don't seem to be able to change the URL.
The other interesting thing is the documentation states: "This URL must use the same base URL as the Connect app" I'm guessing the intention is the same for Oauth 2 integrations however the placeholder URL I had originally does not match the base URL of the integration but it supposedly successfully created the webhooks.
Any ideas if this API endpoint should be accessible to Oauth 2 integrations(or if the docs are wrong) and if not anyway workarounds available to update/edit/change the callback URL for webhooks?
Thanks!
It was right in front of me and I missed it, apologies! /webhook is what I was looking for not /webhook/refresh, copy pasta.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.