API
kv.batch.deleteBatch
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