VariantMap
remove() [VariantMap]
Remove an key key in the map. Returns true if this variant is a map and the key exists, otherwise returns false. This method is implemented in Variant.
// PROTOTYPES
bool remove(const char* key);
bool remove(const String& key);