---
title: "Delete property"
method: DELETE
path: "/api/v2/teams/{team_slug}/properties/{id}"
tags: ["Properties"]
---

# Delete property

`DELETE /api/v2/teams/{team_slug}/properties/{id}`

Delete a property along with all values.

## Path parameters

- `team_slug` string, required
- `id` string, uuid, required — Property UUID

## Response `200`

Common.GenericOkResponse

- CommonGenericOkResponse
  - `success` 'ok', required

## Other responses

- `401` — Common.APIError
- `404` — Common.APIError
- `422` — Unprocessible Entity

---

[API](https://skmtc.net/v7labs/apis/darwin.md) · [All operations](https://skmtc.net/v7labs/apis/darwin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/v7labs/darwin/revisions/526a5b6b4cdc/schema)
