---
title: "Hide cost of living"
method: PATCH
path: "/finance-management/v1/cost-of-living/{costOfLivingId}"
tags: ["Finance Management.Cost Of Living", "ENTERPRISE"]
---

# Hide cost of living

`PATCH /finance-management/v1/cost-of-living/{costOfLivingId}`

Hides a cost of living from the user's view. This operation is non-reversible and only accepts hidden=true.

## Path parameters

- `costOfLivingId` string, required

## Request body

- Finance20ManagementHideCostOfLivingRequest — unresolved $ref

## Response `204`

Cost of living successfully hidden.

## Other responses

- `400` — Bad request. Invalid cost of living ID format or invalid request body (hidden must be true).
- `401` — User is not authenticated.
- `403` — User is not authorized or does not have cost-of-living:write scope.
- `404` — Cost of living not found or user does not own the cost of living.
- `502` — Bad Gateway. Failed to communicate with upstream service (RTX).

---

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