---
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
  - `version` integer, nullable — If set, the delete only succeeds when the stored version matches this value. Use the `version` field from a prior `get` response.

## Response `200`

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

## Other responses

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

---

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