Deals.delete not firing webhook

I have been working on an integration. One of the things it does is process data on our end when a deal is deleted. However, as of this week, this appears to no longer trigger a webhook action of type “delete”. Instead I get an “updated” call with everything set to zero or null. Is there something I’m missing? Is it a bug? Or do I now need to rewrite my code to filter on this and assume it means “deleted”?

Please disregard. I solved my own issue.

What ended up being the issue? I was about to look into this. :smile:

It came across as person_id = 0 and a bit of my code filtered it out on that account. :woman_facepalming:

Happens to the best of us :sweat_smile: