Erase a value from Airtable with JSON

I want to make the value empty (not 0, EMPTY)

Null and Erase are not working

How can I pass to airtable the following:

Hey @Sam_Krausz

Can you use BLANK() instead of null? See if that works as Airtable marks empty values via ‘BLANK()’

We have to use it like this:

@Sam_Krausz

Try emptystring instead:

image