---
title: "Delete Shared Value for an Application"
method: DELETE
path: "/orgs/{orgId}/apps/{appId}/values/{key}"
tags: ["public", "Value"]
---

# Delete Shared Value for an Application

`DELETE /orgs/{orgId}/apps/{appId}/values/{key}`

The specified Shared Value will be permanently deleted. If the Shared Value is marked as a secret, it will also be permanently deleted.

## Path parameters

- `orgId` string, required
- `appId` string, required
- `key` string, required

## Response `204`

Shared Value successfully deleted.

## Other responses

- `400` — Input not valid.
- `404` — Shared Value does not exist.

---

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