Removing unneeded webhooks?

Not sure if this is available somewhere or not, but I can’t see how it’s to be done. After creating a webhook, I got back a response that included “self” of “https://www.patreon.com/api/oauth2/v2/webhooks/756319”, but the hook is not visible in the dashboard. Is there a way to delete this hook from the API? I tried an HTTP DELETE on that URL and it rejected it “method not allowed”, so presumably not like that.

Did you try

webhooks/WEBHOOK_ID with DELETE?

Yeah, sadly, no luck :slight_smile: