Hi,
I’m trying to update a company property in HubSpot and want to clear the current value (i.e., set it to blank). However, when I pass values like the following in API calling:
“custom_property”: “” OR “custom_property”: “null”
HubSpot ends up saving the property as an empty string, the string “null”, or just leaves it unchanged.
What is the correct way to clear (nullify) a HubSpot company property using the API?
I want the property to be completely cleared—not contain an empty string or the word “null”.
Any help or examples would be greatly appreciated!
For example: removing the property_string in the below snapshot and keep the value as blank. Lets assume it has a value ABC, i wanted to clear that value.
Thanks
Raja Kosuri