Hanzo
OpenapiKv

Delete removes one key — a delete marker in the key's history, so watchers see…

Delete removes one key — a delete marker in the key's history, so watchers see it and Get answers 404 — and answers 204 with no body.

DELETE /v1/kv/{bucket}/{key}

Addresshttps://api.hanzo.ai/v1/kv/{bucket}/{key}
MethodDELETE
Operationdelete_kv_by_bucket_by_key
AuthAuthorization: Bearer $HANZO_API_KEY

Delete removes one key — a delete marker in the key's history, so watchers see it and Get answers 404 — and answers 204 with no body. 404 when the bucket does not exist.

Request

2 fields.

FieldInTypeRequiredDescription
bucketpathstringyesBucket is the bucket, from the path.
keypathstringyesKey is the key, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


KV API · All Hanzo APIs · Interactive reference

How is this guide?

On this page