Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

API Patch delete a single field

3454 5
cancel
Showing results for 
Search instead for 
Did you mean: 
Patrick_Meier
6 - Interface Innovator
6 - Interface Innovator

I can’t find how i can delete a single field thru the API. And i rather stay away of the PUT command and feed everything back from a request, minus the one field i want to delete.
So… how can i empty a field or blank it with a patch command?

5 Replies 5

You should be able to just send an empty pair of quotation marks like this: ""

Patrick_Meier
6 - Interface Innovator
6 - Interface Innovator

I tried that, diden’t work. It’s a currency field. I’ll test if it works with another field type, but i need a solution for the currency field.

Patrick_Meier
6 - Interface Innovator
6 - Interface Innovator

So i did some testing. I can only delete a single line text field with a pair of quotation marks. It doesen’t work with the currency field and neither with a number field.

Patrick_Meier
6 - Interface Innovator
6 - Interface Innovator

That’s strange. It works with None. I thought i tried that befor but … seems something else wasen’t right, when i tried it the first time. :white_check_mark:

For a currency field or a number field, just send the word null (without quotation marks around it). The quotation marks would turn it into a text string.