---
title: "removeProperty(_:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdprim/spec/removeproperty(_:)"
---

# removeProperty(_:)

Removes the given property spec from this prim.

## Declaration

```swift
func removeProperty(_ spec: USDPrim.Property.Spec)
```

## Parameters

- `spec`: The property spec to remove.
