Skip to content

Delete Key/Value

DELETE https://api.echovalue.dev/kv/<bucket>/<key>

Deletes a key and its associated value.

Headers:

HeaderDescription
x-tokenYour API token
Terminal window
curl 'https://api.echovalue.dev/kv/default/mykey' \
-H 'x-token: mytoken' \
-X DELETE

200 OK

OK

Response headers:

HeaderDescription
x-balanceWallet balance after this call
x-costCredits consumed

See Response Headers for details.

StatusMeaning
200Key deleted successfully
400Invalid parameters
401Invalid token
402Insufficient credits
404Key not found