---
title: "POST /v1/property/hide"
method: POST
path: "/v1/property/hide"
tags: ["Property"]
---

# POST /v1/property/hide

`POST /v1/property/hide`

## Request body

- object
  - `key` string, required

## Response `200`

Ok

- union
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required
  - ResultSuccessString
    - `data` string, required
    - `error` null, nullable, required
  - ResultSuccessUnknownArray
    - `data` unknown[], required
      - unknown
    - `error` null, nullable, required
  - object
    - `error` unknown, required
    - `data` object, required
      - `ok` boolean, required

---

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