Hanzo
OpenapiKv

Removes one bucket of the caller's org — every key and every revision with it —…

Removes one bucket of the caller's org — every key and every revision with it — and answers 204 with no body.

DELETE /v1/kv/{bucket}

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

Removes one bucket of the caller's org — every key and every revision with it — and answers 204 with no body. 404 when the org has no bucket of that name.

Request

1 field.

FieldInTypeRequiredDescription
bucketpathstringyesBucket is the bucket's name, 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