Hanzo AI
OpenapiProvisioning

Delete kv

DropKV deprovisions one Hanzo KV store. It reverts any app instance bound to it back to Base BEFORE tearing down the org's dedicated Valkey instance, then…

DELETE /v1/provisioning/kv/{name}

Addresshttps://api.hanzo.ai/v1/provisioning/kv/{name}
MethodDELETE
Operationdelete_provisioning_kv_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

DropKV deprovisions one Hanzo KV store. It reverts any app instance bound to it back to Base BEFORE tearing down the org's dedicated Valkey instance, then deletes the sealed credential and removes the metadata row. Answers 204 with no body; a second call is a 404.

Request

1 field.

FieldInTypeRequiredDescription
namepathstringyesName is the resource's org-unique slug, from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo provisioning kv rm <name>

Provisioning API · All Hanzo APIs · Interactive reference

How is this guide?

On this page