removeMetadata
Remove one or more keys from the current function’s metadata store. Maps to the
unset_meta_data SWML action.
Parameters
keys
A single key string or a list of key strings to remove from metadata.
Returns
FunctionResult — this, for chaining.