Cloud APIs
StandardDataStoresApi_V1
deleteStandardDatastoreEntry

deleteStandardDatastoreEntry

Returns the value and metadata associated with an entry.

Parameters

NameTypeDescription
universeIdIdentifierThe identifier of the experience with data stores that you want to access.
datastoreNamestringThe name of the data store.
entryKeystringThe key identifying the entry.
scope?stringThe value is global by default.

Example

const { data: success } = await StandardDataStoresApi_V1.deleteStandardDatastoreEntry({
  universeId: 5097539509,
  datastoreName: "InventoryStore",
  entryKey: "user/45348281",
}); 

Endpoint

GET /v1/universes/{universeId}/standard-datastores/datastore/entries/entry