---
title: "Delete Property"
method: DELETE
path: "/v1/public/properties/{object_name}/{property_ref}"
tags: ["Properties"]
---

# Delete Property

`DELETE /v1/public/properties/{object_name}/{property_ref}`

## Path parameters

- `object_name` string, required
- `property_ref` string, required

## Response `200`

OK

- PublicPropertyMutationResponse
  - `ok` boolean, required
  - `status` string, required
  - `object` string, required
  - `property_id` string, required
  - `ctx_id` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/versions/c273ff62266a/schema)
