Webhooks misteries!

Hi !

I have a client for witch I have created some webhooks. I’m surprised to see that there is no “delete” button to delete them.

I’m now trying to access them via the api (/api/oauth2/v2/webhooks), but I get an empty array!
I log in with my creator account, I request the scope access w:campaigns.webhook

Should I be able to see the hooks that were created in the UI ? Why am I seeing an empty array ?

thanks in advance!

The UI does not currently support webhook deletion. To remove a webhook, use the DELETE API endpoint: API Reference

The Webhook list API only returns webhooks created by the API client making the current request, if you created the hooks via UI - they wouldn’t be returned. See the documentation.