Const
Param
See
Deprecated
Delete Entry · BETA
BETA
Marks the entry as deleted by creating a tombstone version. Entries are deleted permanently after 30 days.
Lua equivalent: GlobalDataStore:RemoveAsync Scopes: universe-datastores.objects:delete
GlobalDataStore:RemoveAsync
universe-datastores.objects:delete
universeId The identifier of the experience with data stores that you want to access. You can find your experience's universe ID on Creator Hub. datastoreName The name of the data store. entryKey The key identifying the entry. scope The value is global by default. See Scopes. DELETE https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/entries/{entry_id} DELETE https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/scopes/{scope_id}/entries/{entry_id} Prefer the v2 alternative(s) listed above.
global
Delete Entry ·
BETAMarks the entry as deleted by creating a tombstone version. Entries are deleted permanently after 30 days.
Lua equivalent:
GlobalDataStore:RemoveAsyncScopes:universe-datastores.objects:deleteuniverseId The identifier of the experience with data stores that you want to access. You can find your experience's universe ID on Creator Hub. datastoreName The name of the data store. entryKey The key identifying the entry. scope The value is
globalby default. See Scopes. DELETE https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/entries/{entry_id} DELETE https://apis.roblox.com/cloud/v2/universes/{universe_id}/data-stores/{data_store_id}/scopes/{scope_id}/entries/{entry_id} Prefer the v2 alternative(s) listed above.