=> object
Arguments and Values:
object — An object.
property-name — A symbol naming a direct property of object.
Description:
PROPERTY-MAKUNBOUNDwill remove only a direct property from object. This will make the property unbound (only directly).Attempting to remove a property which isn't direct will signal a condition of type
UNBOUND-PROPERTY.