---
title: "Delete a property"
method: DELETE
path: "/properties/{id}"
tags: ["properties"]
---

# Delete a property

`DELETE /properties/{id}`

Delete a property to prevent it from being used in the future. Deleting a property does not delete associated property data already stored on subscribers or subscriptions.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Error
- `404` — Error

---

[API](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference.md) · [All operations](https://skmtc.dev/prosperstack/apis/prosperstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prosperstack/prosperstack-api-reference/revisions/407ea9202622/schema)
