I'm building a test script that will change an item's property value (accessInformation), and then reset that property back to no value (Null) in the ArcGIS API for Python. I've tried passing None/False into the dict to update with no luck. Even a empty string would be favorable then my current workaround ("Null")

Please help.
-K