updateRequestDataset how to set datetime to null

How do you set a date and time data variable to null using the updateRequestDataset mutation?

You can set textValue: null for string, but dateTimeValue: null does not work.

THanks