This video explains how to Pass a blank value to NetSuite.
For fields, including customFields, you cannot pass Null values or empty tags to the NetSuite API. The proper way of passing in a null value, is to add it to the nullFieldList.
The nullFieldList allows developers to explicitly specify which fields should be cleared or set to null in an operation.