removeProperty

open fun removeProperty(property: String): String(source)

The CSSStyleDeclaration.removeProperty() method interface removes a property from a CSS style declaration object.

MDN Reference