๐Ÿ—‘๏ธ

KV Memory Delete API

Delete a specific key from persistent KV memory. Returns whether the key existed before deletion.

API Docs $0.001 / delete

About this tool

Remove a specific key-value pair from persistent memory. The deleted field in the response indicates whether the key actually existed. Use this to clean up stale data, remove expired session data, or comply with data deletion requests.

Quick Start

curl -X DELETE "https://api.iteratools.com/memory/kv/delete?key=user:preferences&namespace=myapp" \ -H "Authorization: Bearer YOUR_KEY"

Response

{"ok": true, "data": {"deleted": true, "key": "user:preferences", "namespace": "myapp"}}

Parameters

Query ParamTypeDescription
keystring *Key to delete
namespacestringNamespace of the key (default: "default")

Pricing

$0.001 per delete via x402 micropayment on Base (USDC).

Full Documentation Browse All Tools