V2 Rest API Deleting an Address

How do you delete all addresses from a contact using the V2 API? I have tried passing an empty array, “addresses”:, but the address is still there.

Hm, you should be able to pass the empty addresses array with an update_mask=addresses to clear it, but I’m testing it and that doesn’t appear to be working correctly. I’ve ticketed it and we will get a fix in.

Thanks Jeff!