I have a storm tracking system that uses the REST API to update a Location Item and outputs a null value when it loses the location of the storm it is tracking. I want to be able to set the Location Item to undefined so that I am not displaying an out of date location and can activate a rule when the track disappears.
I’ve tried all types of combinations of undef/undefined/null/NULL I can think of but the API just returns an invalid API call error.
Is there any way to set a Location Item to undefined using the REST API?