I am using the PHP SDK to manipulate Keap contact records. (Not sure which version - how do I tell?) Here’s my scenario:
I have a specific contact record. I want to remove two tags from this contact if they exist, but at most one of them will exist, and it’s possible that neither exists. Question: Do I need to explicitly check for each tag before trying to remove it, or can I just call removeTags() on the contact record with the array of tags to remove?