Reputation: 6429
How do you delete contact-data from a person via the Highrise API? Its clear how to add contact data, or delete a person, but how do you delete an email address, postal address, or phone number?
Upvotes: 0
Views: 410
Reputation: 6429
Turns out that when you PUT the record you just include a dash/negative in front of the id for the email, address, or phone-number element.
Upvotes: 1