Deleting Street Addresses

user558013
Rookie
0 Votes

Hi,

 

I'm trying to figure out how to delete obsolete contact street addresses through the API.

 

Example:

  • POST /contacts John Smith with street addresses 123 Linden Ave and 456 Cherry Blossom Ln.
  • A year later, John no longer needs to receive mail at 456 Cherry Blossom Ln.
  • We need to remove that address from his street addresses.

The documentation for PUT /contacts/{contact_id} says:

 

Add or change any of the subresources by including them in the PUT request payload. Omitted subresources are not overwritten with null.

 

How can we get rid of the old address?

1 REPLY 1
user558013
Rookie
0 Votes

Anyone here?

Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up