Skip to main content
DELETE
/
kv
/
:provider_id
/
:customer_id
/
:namespace
/
:key
Archive an individual KV
curl --request DELETE \
  --url https://app.ledger.ai/api/kv/:provider_id/:customer_id/:namespace/:key \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

filters
string

Delete item with the given ids: [ provider_id, customer_id, namespace, key ]

Response

Successful response

The response is of type object.