Cloud APIs
OrderedDataStoresApi_V2
deleteOrderedDataStoreEntry

deleteOrderedDataStoreEntry

Deletes an entry from an ordered data store.

Parameters

NameTypeDescription
universeIdUniverseIdThe ID of the universe to delete the entry from.
dataStoreIdDataStoreIdThe ID (name) of the data store to delete the entry from.
scopeScopeThe scope of the data store entry to delete.
entryIdEntryIdthe ID (name) of the entry to delete.

Example

const { data: success } = await OrderedDataStoresApi_V2.deleteOrderedDataStoreEntry({
  universeId: 5097539509,
  dataStoreId: "PointsStore",
  scope: "global",
  entryId: "45348281",
}); 

Endpoint

DELETE /v2/universes/{universeId}/ordered-data-stores/{dataStoreId}/scopes/{scope}/entries