> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path-vector/vector-layer-properties/delete-vector-property.md).

# Delete vector property

| **Description** | Delete or recover a property from a vector layer.     |
| --------------- | ----------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/property/{propertyId}/deleted` |
| **Method**      | PUT                                                   |

### Access Level Rules

| **Access Level** | edit+ |
| ---------------- | ----- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="383">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the vector layer.</td><td>true</td><td></td></tr><tr><td><code>propertyId</code></td><td>The id of the property to be deleted/recovered.</td><td>true</td><td></td></tr><tr><td><code>deleted</code></td><td>Boolean whether the property should be deleted or recovered.</td><td>false</td><td>Default true.</td></tr></tbody></table>
