snowflake.snowpark.functions.object_delete¶ snowflake.snowpark.functions.object_delete(obj: ColumnOrName, key1: ColumnOrName, *keys: ColumnOrName) → Column[source]¶ Returns an object consisting of the input object with a new key-value pair inserted. The input key must not exist in the object.