API
kv.batch.deleteBatch
API
kv.batch.deleteBatch
Deletes multiple key-value entries by key(s).
DELETE https://kv.api.rivet.gg/v1/entries/batch
curl -X DELETE 'https://kv.api.rivet.gg/v1/entries/batch'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
keysrequired
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/batch'