Hanzo
OpenapiCloudflare

KVValueDelete removes one key from a Workers KV namespace.

KVValueDelete removes one key from a Workers KV namespace.

DELETE /v1/cloudflare/kv/namespaces/{namespace}/values/{key}

Addresshttps://api.hanzo.ai/v1/cloudflare/kv/namespaces/{namespace}/values/{key}
MethodDELETE
Operationdelete_cloudflare_kv_namespaces_by_namespace_values_by_key
AuthAuthorization: Bearer $HANZO_API_KEY

KVValueDelete removes one key from a Workers KV namespace. Requires org admin.

Request

2 fields.

FieldInTypeRequiredDescription
namespacepathstringyesNamespace is the Cloudflare KV namespace id.
keypathstringyesKey is the key within that namespace.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo cloudflare kv namespaces values rm <namespace> <key>

Cloudflare API · All Hanzo APIs · Interactive reference

How is this guide?

On this page