• Removes the property at path of object.

    Parameters

    • object: object

      The object to modify.

    • path: PropertyPath

      The path of the property to unset.

    Returns boolean

    • Returns true if the property is deleted or not found, else false.