API
⭐️ kv.delete
API
⭐️ kv.delete
Deletes a key-value entry by key.
DELETE https://kv.api.rivet.gg/v1/entries
curl -X DELETE 'https://kv.api.rivet.gg/v1/entries'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
keyrequired
string
A string representing a key in the key-value database.
Key path components are split by a slash (e.g. a/b/c
has the path components ["a", "b", "c"]
). Slashes can be escaped by using a forward slash (e.g. a/b\/c/d
has the path components ["a", "b/c", "d"]
).
Maximum length of 512 characters.
namespace_id
string
curl -X DELETE 'https://kv.api.rivet.gg/v1/entries'