---
title: "Delete a user's key/value entry"
method: POST
path: "/v1/kv.delete"
tags: ["kv"]
---

# Delete a user's key/value entry

`POST /v1/kv.delete`

## Request body

- KvDeleteRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `key` string, required — Key to delete
  - `namespace` string, required — Namespace the key lives under

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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