Cloud APIs
OrderedDataStoresApi_V1
deleteOrderedDatastoreEntry

deleteOrderedDatastoreEntry

Deletes the specified entry in an ordered datastore.

Parameters

NameTypeDescription
universeIdIdentifierThe identifier of the experience with ordered data stores that you want to access.
orderedDataStorestringThe name of the target ordered data store.
scopestringThe name of the data store scope.
idstringThe id of the entry.

Example

const { data: success } = await OrderedDataStoresApi_V1.deleteOrderedDatastoreEntry({
  universeId: 5097539509,
  orderedDataStore: "PointsStore",
  scope: "global",
  id: "45348281",
}); 

Endpoint

GET /v1/universes/{universeId}/orderedDataStores/{orderedDataStore}/scopes/{scope}/entries