Hey,
We had previously added a few links to contacts in our Front instance. However, we wish to remove them now.
The API explains how that can be done with lists, but doesn’t really go into contact links.
How can we achieve this?
Hey,
We had previously added a few links to contacts in our Front instance. However, we wish to remove them now.
The API explains how that can be done with lists, but doesn’t really go into contact links.
How can we achieve this?
Best answer by clemente_ortuzar
The 'links' for a contact are always completely overwritten when you update them. The update doesn't add to the existing links; it replaces them.
For example, if your contact had links: [“123”]
, then:
[]
(empty) results in no links.["456"]
results in only link ["456"]
.456
and keep 123
, you must update with ["123", "456"]
. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.