v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
Key Value Store

Kv Del

KV Delete

post/api/v1.kv.delete

Request body

namespacestring nullable
keystring required
versioninteger nullable

If set, the delete only succeeds when the stored version matches this value. Use the version field from a prior get response.

Example request

{
  "namespace": "some_namespace",
  "key": "some_key"
}

Response

successboolean required

Whether the operation succeeded or was a noop due to pre-conditions.