Returns a new JSON value where the value at path has been removed. If path targets an object key, the key is deleted; if it targets an array index, the item is spliced out.
path
Returns a new JSON value where the value at
pathhas been removed. Ifpathtargets an object key, the key is deleted; if it targets an array index, the item is spliced out.