Returns a copy of the input Record without the specified key.

Input

Record Record

The input record

Path String | LIST

The Path can be either a String or a List of strings. If a list is given then the property at that path will be removed.

Output STRING

A copy of the record without the property specified in the Path.

Examples