[SOLVED] Delete a webhook

How?

I can create it and turn them on and off, but can’t seem to delete them from the developer portal. Even the API docs doesn’t reveal a DELETE method, only GET, POST and PATCH.

Please tell me there’s a buttons somewhere and I’ve missed it.

We need to update our docs to say this, but sending a DELETE request to /api/oauth2/v2/webhooks/{id} will work to delete a webhook. Thanks for reaching out!

2 Likes