Delete entry in reported shadow state

I’d like to know how to delete a key in the reported shadow state that was inserted using mgos_shadow_update(). I’ve tried mgos_shadow_update(0, “{some_key, null}”) but that just assigns the value of some_key to “null”.