kv_delete

shallow

dev.zerm/zerm · Verify this server

Permanently remove one key from your namespace, freeing a slot against the 1000-key limit. Use it when a stored value is wrong or unwanted before its TTL runs out; if you only want the value to lapse on schedule, do nothing and let the TTL expire instead. Deletes exactly one key - there is no prefix or wildcard form, so clearing several keys means one call each, and kv_list is how you find their names first. Idempotent and safe to retry: a key that is already gone or expired returns deleted=false rather than an error. The value is not recoverable afterwards.

100.0/100

1 trials · measured 8 days ago

kv_delete scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against dev.zerm/zerm, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
self-provisionable
Category
Communication
Input schema
not declared
Output schema
not declared
Side-effect classification
unclassified

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: kv_delete
[![Vouch score](https://vouch.tools/api/tools/975dc14e-bb13-414c-b806-560ad657e86a/badge.svg)](https://vouch.tools/tools/975dc14e-bb13-414c-b806-560ad657e86a)
kv_delete — Vouch