kv namespaces
Delete a KV namespace
Deletes a KV namespace and all of the keys it contains. Deletion is asynchronous: the namespace is returned with status deleting. Deleting a namespace whose deletion is already in progress returns a 409.
delete/storage/kvs/{id}
Path parameters
idstring uuid required
KV namespace ID
Response
KV namespace deletion initiated
Example response
{
"data": {
"created_at": "2026-06-18T14:48:17Z",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "my-cache",
"record_type": "storage_kv",
"status": "provision_ok",
"updated_at": "2026-06-18T14:48:17Z"
}
}