---
title: "Kv Del"
method: POST
path: "/api/v1.kv.delete"
tags: ["Key Value Store"]
---

# Kv Del

`POST /api/v1.kv.delete`

KV Delete

## Request body

- KvDeleteIn
  - `namespace` string, nullable
  - `key` string, required

## Response `200`

- KvDeleteOut
  - `success` boolean, required — Whether the operation succeeded or was a noop due to pre-conditions.

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-03-31** `f62be26d2a53` — 6 breaking, 5 warning, 3 info
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - removed the required property `code` from the response with the `422` status
  - removed the required property `type` from the response with the `400` status
  - removed the required property `type` from the response with the `401` status
  - …10 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.kv.delete/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc.dev/svix/apis/diom-api/revisions/1bfd563160d2?raw)
