remove_property#
- omni.usd.remove_property(
- prim_path: str | Path,
- property_name: str,
- usd_context_or_stage: str | Stage = '',
- Removes specified property from the prim. - Parameters:
- prim_path (Union[str, Sdf.Path]) – Prim path. 
- property_name (str) – Specified property name. 
- usd_context_or_stage (Union[str, Usd.Stage], optional) – Stage or UsdContext applies the changes to. It can be instance of Usd.Stage or context name. By default, it will apply the changes to the stage in default UsdContext.