Skip to main content
DELETE
/
storage
/
kv
/
{bucket}
/
entries
/
{key}
Delete KV entry
curl --request DELETE \
  --url https://api.quiva.ai/storage/kv/{bucket}/entries/{key} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket
string
required

Name of the bucket

key
string
required

Key of the entry

Response

Bad Request

message
string
Example:

"success"