Having Trouble with Valve Events

I noticed quite by surprise that the valve webhooks had been added. Just not paying attention.

I’ve been adding these to my monitor implementation, and have apparently managed to subscribe them correctly, but my process of unsubscribing them is failing, leaving me with a pile of 10 registered events. My unsubscription requests return a 404. I decided to try to do a deleteAllWebhooks to do a cleaniup, but both it and listWebhooks seem to be failing because I’m not using the correct resource_id.program_id - I assumed this was my extrernalId, but it’s not. I cannot locate the UUID it’s looking for. I’ve provided my API token from the app (and been using it repeatedly), but I still get a 404 back when it’s my program_id.

Just a bit stumped.