What is the function of delete operator?

What is the function of delete operator?

The JavaScript delete operator removes a property from an object; if no more references to the same property are held, it is eventually released automatically.